-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
Update ESLint
to v7
#577
Update ESLint
to v7
#577
Conversation
This is a breaking change eslint/eslint#12096 , should we remove them all? But this issue is trying to enforce it |
# Conflicts: # package.json # test/catch-error-name.js # test/consistent-function-scoping.js
I guess we should use |
I use So I add extra tests in this PR https://github.com/sindresorhus/eslint-plugin-unicorn/pull/666/files#diff-01ad3bc5b5ffd5a28466a36319461266R209 |
# Conflicts: # test/custom-error-definition.js # test/no-fn-reference-in-iterator.js
# Conflicts: # package.json # test/prefer-starts-ends-with.js # test/throw-new-error.js
Updating to v7.0.0 |
0d86839
to
3de929c
Compare
Could we get a new release including this commit? When using ESLint 7, I'm getting an error blocking reporting of all other linting errors:
I note that this |
Ugh, apologies for the wasted time. No, I need to adjust, thank you!! |
No need apologies, glad I did that before ESLint 7 release. |
Prepare for ESLint 7
Closes #368