JS error thrown with Atom eslint plugin
See original GitHub issueusing:
├── eslint@3.3.1
├── eslint-config-airbnb-base@5.0.3
├── eslint-plugin-import@1.14.0
Error: /Users/ethanc/workspace/eslint-plugin-jsx-a11y/node_modules/eslint-config-airbnb-base/rules/style.js:
Configuration for rule "indent" is invalid:
Value "data["1"].outerIIFEBody" has additional properties.
Referenced from: airbnb-base
Referenced from: /Users/ethanc/workspace/eslint-plugin-jsx-a11y/.eslintrc
at validateRuleOptions (/Users/ethanc/workspace/eslint-plugin-jsx-a11y/node_modules/eslint/lib/config/config-validator.js:116:15)
at /Users/ethanc/workspace/eslint-plugin-jsx-a11y/node_modules/eslint/lib/config/config-validator.js:163:13
at Array.forEach (native)
at Object.validate (/Users/ethanc/workspace/eslint-plugin-jsx-a11y/node_modules/eslint/lib/config/config-validator.js:162:35)
at load (/Users/ethanc/workspace/eslint-plugin-jsx-a11y/node_modules/eslint/lib/config/config-file.js:523:19)
at /Users/ethanc/workspace/eslint-plugin-jsx-a11y/node_modules/eslint/lib/config/config-file.js:392:36
at Array.reduceRight (native)
at applyExtends (/Users/ethanc/workspace/eslint-plugin-jsx-a11y/node_modules/eslint/lib/config/config-file.js:363:28)
at load (/Users/ethanc/workspace/eslint-plugin-jsx-a11y/node_modules/eslint/lib/config/config-file.js:530:22)
at /Users/ethanc/workspace/eslint-plugin-jsx-a11y/node_modules/eslint/lib/config/config-file.js:392:36
Issue Analytics
- State:
- Created 7 years ago
- Comments:15
Top Results From Across the Web
Error thrown with eslint plugins containing rules requiring babel
Issue Type. Bug. Setup. Use parser: babel-eslint in .eslintconfig; Have a local eslint plugin specified in .eslintconfig; The plugin exports ...
Read more >Atom throwing babel-eslint error constantly - Stack Overflow
At first, atom would throw this error if eslint was not saved as a dependency in a React project and it would pop...
Read more >no-console - ESLint - Pluggable JavaScript Linter
This rule disallows calls or assignments to methods of the console object. Examples of incorrect code for this rule: /* eslint no-console: "error"...
Read more >eslint-plugin-jsdoc - npm
Start using eslint-plugin-jsdoc in your project by running `npm i ... e.g., in @throws This is an error , "This" would normally be...
Read more >Linting JavaScript with ESLint - Egghead.io
ESLint is a JavaScript linter (static analysis tool) that offers full support for ES6, JSX, and other modern tools via plugins. We walk...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah I just tried reinstalling everything and it works no problem now. Right after my comment ahah
@Gabri3l i just blew out my
node_modules
and reinstalled and it worked with same versions. weird. thanks!