Pulled from remote repo and getting: "Parsing error: The keyword 'import' is reserved"
You should add this to your .eslintrc file:
"parser": "babel-eslint"
This will fix your issue.
You should add this to your .eslintrc file:
"parser": "babel-eslint"
This will fix your issue.