-
-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New] support ESLint 8.x #810
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #810 +/- ##
=======================================
Coverage 99.22% 99.22%
=======================================
Files 98 98
Lines 1417 1417
Branches 477 477
=======================================
Hits 1406 1406
Misses 11 11 Continue to review full report at Codecov.
|
MichaelDeBoey
force-pushed
the
eslint-8
branch
from
August 29, 2021 16:38
6136c04
to
81eb8a6
Compare
ljharb
requested changes
Aug 29, 2021
MichaelDeBoey
force-pushed
the
eslint-8
branch
from
August 29, 2021 16:56
81eb8a6
to
6795925
Compare
This was referenced Sep 4, 2021
67 tasks
8 tasks
MichaelDeBoey
force-pushed
the
eslint-8
branch
from
October 13, 2021 17:22
6795925
to
b887647
Compare
1 task
FYI latest version of eslint-plugin-flowtype is compatible with ESLint v8. |
10 tasks
MichaelDeBoey
force-pushed
the
eslint-8
branch
from
October 28, 2021 00:05
b887647
to
25be8ae
Compare
1 task
4 tasks
This comment has been minimized.
This comment has been minimized.
MichaelDeBoey
force-pushed
the
eslint-8
branch
from
November 9, 2021 17:45
7dda470
to
3611766
Compare
This comment has been minimized.
This comment has been minimized.
ljharb
approved these changes
Nov 10, 2021
22 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ESLint v8.0.0 is released 🎉
devDependency compatibility with ESLint 8:
@babel/eslint-parser
(Support ESLint 8.x babel/babel#13712)@babel/eslint-parser
babel/babel#13782v7.16.0
eslint-config-airbnb-base
(eslint v8 support airbnb/javascript#2478)v15.0.0
eslint-plugin-flowtype
(Support ESLint 8.x gajus/eslint-plugin-flowtype#495)v8.0.0
eslint-plugin-import
(Support ESLint 8.x import-js/eslint-plugin-import#2211)v2.25.0
Closes #809