-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore(deps): upgrade eslint to v9 #5338
chore(deps): upgrade eslint to v9 #5338
Conversation
|
6054cf1
to
6b2b055
Compare
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.
Scanned through the config and that looks good to me. We'll likely have lots of changes in code but this is to be expected 👍
b32ccb1
into
heartsquared/upgrade-eslint-v9--release
* chore(deps): upgrade eslint to v9 (#5338) * chore: update eslint and prettier config * ci: updating eslint commands * chore(eslint): allow console in codemods * style: eslint and prettier autofix (#5340) * style: manually fix linting errors (#5341) * chore(bundler): delete unused util * style: manually fix easy linting errors * test: fix snapshot tests * style: autofix less files * fix: add or ignore linting for missing hook deps * fix(TitleBlockZen): fix typescript error * refactor(GenericTile): remove document checking useEffect * refactor(ToggleSwitchField): rename variable
* chore(deps): upgrade eslint to v9 (#5338) * chore: update eslint and prettier config * ci: updating eslint commands * chore(eslint): allow console in codemods * style: eslint and prettier autofix (#5340) * style: manually fix linting errors (#5341) * chore(bundler): delete unused util * style: manually fix easy linting errors * test: fix snapshot tests * style: autofix less files * fix: add or ignore linting for missing hook deps * fix(TitleBlockZen): fix typescript error * refactor(GenericTile): remove document checking useEffect * refactor(ToggleSwitchField): rename variable
Why
Eslint 8 is deprecated. Keeping on top of dep updates.
What
eslint-plugin-ssr-friendly
as it is not compatible with Eslint flat config (the only option in v9+)@stylistic/eslint-plugin
as it conflicts too much withprettier
Notes
You may need to update your VSCode to use the flat config
Related branches