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

Bug: Plugin conflict between "@typescript-eslint" and "eslint-config-get-off-my-lawn" with nx #213

Open
fxnm opened this issue May 1, 2023 · 0 comments

Comments

@fxnm
Copy link

fxnm commented May 1, 2023

Bug

When I try to use get-off-my-lawn inside an nx workspace, linting fails.

NX Plugin "@typescript-eslint" was conflicted between "apps\products.eslintrc.json#overrides[0]" and "apps\products.eslintrc.json » ../../.eslintrc.json#overrides[1] » eslint-config-get-off-my-lawn#overrides[3]".

Steps to reproduce

  1. Checkout example nx repo (https://github.com/nrwl/nx-examples)
  2. Add get-off-my-lawn to package.json
  3. Add get-off-my-lawn to .eslintrc.json (Line 26)
  4. Run any lint task, eg. nx run cart:lint
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