Skip to content
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

Bump eslint v8 to v9 and migrate legacy config format to new format #144

Open
consideRatio opened this issue Mar 16, 2025 · 2 comments
Open
Labels
help wanted Extra attention is needed maintenance

Comments

@consideRatio
Copy link
Member

With eslint v9, we need a new format for the eslint config file we have.

eslint...................................................................Failed
- hook id: eslint
- exit code: 2

Oops! Something went wrong! :(

ESLint: 9.21.0

ESLint couldn't find an eslint.config.(js|mjs|cjs) file.

From ESLint v9.0.0, the default configuration file is now eslint.config.js.
If you are using a .eslintrc.* file, please follow the migration guide
to update your configuration file to the new format:

https://eslint.org/docs/latest/use/configure/migration-guide

If you still have problems after following the migration guide, please stop by
https://eslint.org/chat/help to chat with the team.
@consideRatio consideRatio added bug Something isn't working maintenance and removed bug Something isn't working labels Mar 16, 2025
@consideRatio consideRatio changed the title Bump eslint v8 to v9 and migrate legacy config format to new format. Bump eslint v8 to v9 and migrate legacy config format to new format Mar 16, 2025
@consideRatio consideRatio added the help wanted Extra attention is needed label Mar 16, 2025
@Neoxs
Copy link

Neoxs commented Mar 22, 2025

@consideRatio

🚀 Just completed an ESLint v9 migration, and wow… what a ride! 😵‍💫

I ran into breaking changes, weird errors, and unexpected surprises—but I documented everything so you don’t have to suffer the same way.

If you’re upgrading (or still hesitating), this guide might save you some headaches:
📖 neoxs.me/blog/migration-to-eslint-v9

@consideRatio
Copy link
Member Author

Thank you for sharing @Neoxs!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed maintenance
Projects
None yet
Development

No branches or pull requests

2 participants