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.

eslint v4 support

See original GitHub issue

Note: I filed this issue within minutes of eslint v4.0.0 being released.

eslint-config-airbnb and eslint-config-airbnb-base do not yet support eslint v4.

If it is easy/possible to support both v3 and v4, we will release a non-major bump of both packages that does so, before releasing a major bump that only supports v4.

This will likely take a few weeks at a minimum.

Please do not file additional issues and do not file pull requests attempting to add support - please, instead, continue to use eslint v3 until such time as our configs support v4.

Peer Dep eslint combined v3 and v4 support released:

  • eslint-plugin-import issue | PR | released as v2.6.0
  • eslint-plugin-react issue for v7.1.0 release
  • eslint-plugin-jsx-a11y issue | PR | release (v5.1.0 and v6)
  • eslint-find-rules issue | released as v30.1
  • update and publish the base config
  • update and publish the main config

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:298
  • Comments:36 (2 by maintainers)

github_iconTop GitHub Comments

101reactions
ljharbcommented, Jul 24, 2017

eslint-config-airbnb-base v11.3.0 has been released, which supports both eslint v3 and v4. When v12.0.0 is released, it will drop support for eslint v3, and enable a number of new rules added in v4.

eslint-config-airbnb is now released as v15.1.0. When v16.0.0 is released, it will drop support for eslint v3, upgrade eslint-plugin-jsx-a11y to v6 (#1482), and enable a number of new rules added in eslint v4 and eslint-plugin-jsx-a11y v6, as well as a number of semver-major outstanding PRs and TODOs.

(tweet)

59reactions
SomethingNew71commented, Jul 19, 2017

Any update on when this will be deployed? Been a little over a month now and I was just curious. Thanks for the style guide ruleset!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating to v4.0.0 - ESLint - Pluggable JavaScript Linter
For rule authors concerned about supporting ESLint v3.0 in addition to v4.0, the now deprecated sourceCode.getComments() is still available and will work ...
Read more >
ESLint v4.7.0 released
To support autofix in processor plugins, developers can signal support by setting supportsAutofix: true and update the postprocess method to transform fix ...
Read more >
ESLint - Code Climate
... eslint-1: ESLint v1.10.3, eslint-2: ESLint v2.10.2, eslint-4: ESLint v4.15.0, eslint-5: ESLint ... We hope to build support for additional plugins soon.
Read more >
eslint - npm
An AST-based pattern checker for JavaScript.. Latest version: 8.30.0, last published: 11 days ago. Start using eslint in your project by ...
Read more >
ESLint | IntelliJ IDEA Documentation - JetBrains
yaml file, or a file in another supported format, see the ESLint official website for details. IntelliJ IDEA looks for a .eslintrc.* file...
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