-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
deps: bump ESLint version to v7 #18897
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 648124e:
|
All checks have passed🚀 |
thank you |
This is now causing master to fail because during our validation script we get the error:
Oddly, there are definitely files in there, as it states this just above.
Any ideas? |
@gaearon oh, I’ll work on it now! |
…acebook#18899)" This reverts commit 84fd4b8.
…acebook#18899)" This reverts commit 84fd4b8.
Summary
This PR is to update ESLint version in
devDependencies
to v7.The motivation is to verify whether
eslint-plugin-react-hooks
works fine with ESLint v7.#18878 is a PR to bump the peerDependencies version, but it doesn't guarantee the behavior with ESLint v7.
I've also fixed some failed tests with ESLint v7.
The fails are caused by eslint/eslint#12955, which makes
output
require when the rule has fixed the code.Test Plan
yarn test
&&yarn lint