question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JS error thrown with Atom eslint plugin

See original GitHub issue

using:

├── 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:closed
  • Created 7 years ago
  • Comments:15

github_iconTop GitHub Comments

2reactions
Gabri3lcommented, Aug 26, 2016

Yeah I just tried reinstalling everything and it works no problem now. Right after my comment ahah

1reaction
beefancohencommented, Aug 26, 2016

@Gabri3l i just blew out my node_modules and reinstalled and it worked with same versions. weird. thanks!

├── eslint@3.3.1
├── eslint-config-airbnb-base@5.0.3
├── eslint-plugin-import@1.14.0
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found