I have a problem with eslint, it gives me [Parsing Error The keyword import is reserve] this is only occur in sublime, in atom editor work well. I have eslint
.eslintr
Add this to the root of your .eslintrc
"parser": "babel-eslint"
and make sure to run:
npm i babel-eslint --save-dev