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

upgrade to ESLint 9 #20

Merged
merged 1 commit into from
May 24, 2024
Merged

upgrade to ESLint 9 #20

merged 1 commit into from
May 24, 2024

Conversation

nzakas
Copy link
Contributor

@nzakas nzakas commented May 23, 2024

This upgrades to ESLint 9 along with switching the .eslintrc.cjs and .eslintignore files to an eslint.config.mjs file.

Note: Due to some of the packages depending strictly on ESLint 8, you'll need to do an npm install -f to force the dependencies to be installed. After that, npm run lint works as expected.

I also updated the lint script in package.json to remove the unnecessary flags.

@barbalex barbalex merged commit f30cf2d into barbalex:main May 24, 2024
1 check passed
@barbalex
Copy link
Owner

Thank you for creating eslint and this pull request!!!!!

Admittedly upgrading eslint to v9 is a bit harder than I would have wished. I tried once, then gave up. Hoping that things would advance and it would become easier with time.
I see you are actively working on just that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants