Closed nickjuntilla closed 7 years ago
Trying to run .eslintrc.json with extends: "google" just like the readme says and I get the above error. When right clicking and trying to run eslint.
Got it working "extends" needs to be outside of "rules"
I had this error and it turned out to be missing babel-eslint. A npm install -g babel-eslint sorted it.
Trying to run .eslintrc.json with extends: "google" just like the readme says and I get the above error. When right clicking and trying to run eslint.