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

Support eslint 9 config and new nx workspace #147

Open
paulstelzer opened this issue Jan 3, 2025 · 0 comments
Open

Support eslint 9 config and new nx workspace #147

paulstelzer opened this issue Jan 3, 2025 · 0 comments

Comments

@paulstelzer
Copy link

paulstelzer commented Jan 3, 2025

Nx creates a new project with eslint.config.cjs. This projects check for a .eslintrc (https://github.com/angular-architects/nx-ddd-plugin/blob/e896c9c1c52062635ac3375a1d48de508f5ca5bd/libs/ddd/src/generators/utils/update-dep-const.ts#L11-22) which does not exist anymore.

Repo Steps:

  1. Add a complete new nx project npx create-nx-workspace
  2. npm i @angular-architects/ddd
  3. nx g @angular-architects/ddd:init
  4. Error message: "Cannot add linting rules: ESLint config file not found"
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

No branches or pull requests

1 participant