Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running
nx run app:lint --fix
i expect errors to be auto fixed, but it's not. I can see that the linter is detecting the errors, but it's not applying the fixes to which it should according to the docs. I'm new to the NX ecosystem and I'm using@nrwl/linter:eslint
, any ideas on what can be the case?Beta Was this translation helpful? Give feedback.
All reactions