eslint v4 support
See original GitHub issueNote: 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:
Issue Analytics
- State:
- Created 6 years ago
- Reactions:298
- Comments:36 (2 by maintainers)
Top 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 >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
eslint-config-airbnb-base
v11.3.0
has been released, which supports both eslint v3 and v4. Whenv12.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 asv15.1.0
. Whenv16.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)
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!