Merge pull request #1530 from guiguan/master

Fixed JS Beautify JSX bug by adding e4x option
This commit is contained in:
Glavin Wiechert 2017-04-10 03:54:45 -03:00 committed by GitHub
commit 276bd8c21f
1 changed files with 6 additions and 0 deletions

View File

@ -24,4 +24,10 @@ module.exports = {
defaultBeautifier: "Pretty Diff"
options:
e4x:
type: 'boolean'
default: true
description: "Support e4x/jsx syntax"
}