-
-
Notifications
You must be signed in to change notification settings - Fork 21.7k
update to eslint 9 #6912
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
base: master
Are you sure you want to change the base?
update to eslint 9 #6912
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
UlisesGascon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! It is a great contribution. Thanks @dynst for helping the project ❤️
I will ask @wesleytodd for an additional review just in case we have a different plan for eslint, but AFAIK we are good to go 👍
|
@UlisesGascon There is an open discussion expressjs/discussions#327 |
bjohansebas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I definitely prefer that we use neostandard rather than having to look up which rules to apply
https://eslint.org/docs/latest/rules/no-unused-vars#caughterrors
The only noticeable change is that the no-unused-vars lint now warns about unused errors in
catch (e)statements by default.