-
Notifications
You must be signed in to change notification settings - Fork 364
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 to ESLint 8.57.0 #7150
base: main
Are you sure you want to change the base?
Update to ESLint 8.57.0 #7150
Conversation
91744ef
to
8b68797
Compare
70990a7
to
71b1a79
Compare
71b1a79
to
5271d8c
Compare
5271d8c
to
2e6e44a
Compare
@na9da this PR doesn't make anything worse than it is currently, and doesn't affect the "terriajs binary" so it is low risk. I assume there isn't a policy against using a newer ESLint on the code base, so is there anything preventing this from getting merged? |
This is in preparation for migrating to the flat format in ESLint 9.
2e6e44a
to
4afd82c
Compare
Just noticed they had renamed the recommended rules for the typescript-eslint plugin. Re-enabling the recommended rules makes this no longer pass, so marking this PR as draft for now, and will make separate PRs of the fixes. To start with, this depends on #7323. |
What this PR does
Renames .eslintrc to .eslintrc.js and bumps ESLint to 8.57.0.
This PR will not pass before #7148 and #7149 are merged and this is rebased on top of that.
Test me
Verify that the three added
no-unsafe-optional-chaining
ignores are safe.Checklist
doc/
.