-
Notifications
You must be signed in to change notification settings - Fork 20
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
Consider new ESLint rules #204
Labels
Comments
From ESlint 6.7:
|
There are no new rules in 6.8. The next release will be 7.0. |
New in 7.0a (so far)
The following rules have been made default in 7.0a (so far) |
edg2s
added a commit
that referenced
this issue
Mar 16, 2020
jdforrester
added a commit
that referenced
this issue
Mar 17, 2020
Part of #204 Co-authored-by: James Forrester <[email protected]>
edg2s
added a commit
that referenced
this issue
Apr 25, 2020
edg2s
added a commit
that referenced
this issue
Apr 25, 2020
jdforrester
pushed a commit
that referenced
this issue
Apr 27, 2020
jdforrester
pushed a commit
that referenced
this issue
Apr 27, 2020
jdforrester
pushed a commit
that referenced
this issue
Apr 27, 2020
7.0 is out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From ESlint 6.4:
no-import-assign
: sensible rule for ES6 environments. Already made recommended in 7.0a.prefer-regex-literals
: could catch escaping errorsdefault-param-last
: ES6The text was updated successfully, but these errors were encountered: