Updating babel and eslint configs

Adding support for class properties amongst other things
This commit is contained in:
Jeff Avallone
2018-02-11 11:16:07 -05:00
parent 5afca2241a
commit 8b86ddc14c
4 changed files with 94 additions and 10 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
{
"presets": ["env", "react"]
"presets": ["env", "react"],
"plugins": ["transform-class-properties"]
}