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
Not sure about it but try to rename your file to .eslintrc and just use
{ "extends": "airbnb", "plugins": ["react"] };
Also be sure you have the required packages installed. github.com/airbnb/javascript