google / eslint-config-google

ESLint shareable config for the Google JavaScript style guide
Apache License 2.0
1.75k stars 139 forks source link

ESLint failed: Cannot parse checkstyle XML in Webstorm #35

Closed nickjuntilla closed 7 years ago

nickjuntilla commented 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.

nickjuntilla commented 7 years ago

Got it working "extends" needs to be outside of "rules"

liambowers commented 7 years ago

I had this error and it turned out to be missing babel-eslint. A npm install -g babel-eslint sorted it.