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

ESlint 9 Migration #201

Open
Morphclue opened this issue Nov 20, 2024 · 0 comments
Open

ESlint 9 Migration #201

Morphclue opened this issue Nov 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Morphclue
Copy link
Owner

Morphclue commented Nov 20, 2024

Context

The goal is to migrate to the current active ESlint 9 version.
The main changes which introduced the breaking change is the new eslint.config.js-file. We can migrate there manually with the following command according to eslint docs (ofc use pnpm).

npx @eslint/migrate-config .eslintrc.json

OR better use the integrated nx command

nx g @nx/eslint:convert-to-flat-config

Known issue for unsupported.mjs: nrwl/nx#22576

@Morphclue Morphclue added the enhancement New feature or request label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant