Moving the source to app; setup jsx parsing

Original commit: elastic/x-pack-elasticsearch@46cb23d583
This commit is contained in:
Chris Cowan 2015-07-17 16:32:40 -07:00
parent 8bba75c275
commit 4dd92cf2e8
1 changed files with 2 additions and 1 deletions

View File

@ -54,5 +54,6 @@
"requireCapitalizedConstructors": true,
"requireDotNotation": true,
"disallowNewlineBeforeBlockStatements": true,
"disallowMultipleLineStrings": true
"disallowMultipleLineStrings": true,
"esprima" : "esprima-fb"
}