Parse with babel-eslint
Allows us to use the now-available es6 features without lint errors.
Showing
... | @@ -34,6 +34,7 @@ | ... | @@ -34,6 +34,7 @@ |
"async": "1.5.2", | "async": "1.5.2", | ||
"autoprefixer": "6.3.6", | "autoprefixer": "6.3.6", | ||
"babel-core": "6.10.4", | "babel-core": "6.10.4", | ||
"babel-eslint": "5.0.4", | |||
"babel-loader": "6.2.4", | "babel-loader": "6.2.4", | ||
"babel-preset-es2015": "6.9.0", | "babel-preset-es2015": "6.9.0", | ||
"babel-preset-react": "6.11.1", | "babel-preset-react": "6.11.1", | ||
... | ... |
Please register or sign in to comment