eslint v5 support
See original GitHub issueJust like #1447, I’m filing this in advance.
v17.0.0 of eslint-config-airbnb
and v13.0.0 of eslint-config-airbnb-base
have just been released.
eslint v5 is planned to be released in the next 24-48 hours, and the plan for our configs will be to either support v3 || v4 || v5, or, if necessary, to drop support for v3 and/or v4 as part of this release.
The timeframe is “probably not as soon as you would like, but as soon as we can”. Please accept this, and please add no noise to this thread beyond emoji reactions - distractions won’t help anyone get the work done any faster.
Please do not file additional issues and do not file pull requests attempting to add support - please, instead, continue to use eslint v4 until such time as our configs support v5.
Peer Dep eslint combined v3 and v4 and v5 support released, or v5 support released (depending on which path we need to take):
-
eslint-plugin-import
- PR
- Released as v2.13.0
-
eslint-find-rules
- update the base config
- publish the base config (v13.1.0)
-
eslint-plugin-react
- PR
- Released as v7.10.0
-
eslint-plugin-jsx-a11y
- eslint-plugin-react
- enable new option in (jsx-one-expression-per-line](https://github.com/yannickcr/eslint-plugin-react/issues/1775)
- released as v7.11.0
- updated in the main config
- a11y plugin: fix idlist bug (PR) and release
- a11y plugin: label-has-for bug
- update and publish the main config
Issue Analytics
- State:
- Created 5 years ago
- Reactions:226
- Comments:14 (1 by maintainers)
Top Results From Across the Web
Migrating to v5.0.0 - ESLint - Pluggable JavaScript Linter
As a result, we have decided to drop support for it in ESLint v5. We now support the following versions of Node.js: Node.js...
Read more >5.0.0 - eslint - npm
An AST-based pattern checker for JavaScript.. Latest version: 8.29.0, last published: 11 days ago. Start using eslint in your project by ...
Read more >TypeScript-ESLint (@tseslint) / Twitter
TypeScript-ESLint v5.45.0 has been released! This release includes full support for TS4.9! github.com. Release v5.45.0 · typescript-eslint/typescript-eslint.
Read more >@typescript-eslint/eslint-plugin | Yarn - Package Manager
typescript-eslint. Monorepo for the tooling that enables ESLint and Prettier to support TypeScript. CI Financial Contributors on Open Collective NPM ...
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 v17.1.0 and eslint-config-airbnb-base v13.1.0 have been released, with eslint 5 support.
I’m waiting on a few bugs (that i’ve just added).