Merge pull request #1530 from guiguan/master
Fixed JS Beautify JSX bug by adding e4x option
This commit is contained in:
commit
276bd8c21f
|
@ -24,4 +24,10 @@ module.exports = {
|
||||||
|
|
||||||
defaultBeautifier: "Pretty Diff"
|
defaultBeautifier: "Pretty Diff"
|
||||||
|
|
||||||
|
options:
|
||||||
|
e4x:
|
||||||
|
type: 'boolean'
|
||||||
|
default: true
|
||||||
|
description: "Support e4x/jsx syntax"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue