How to use eslint arguments with nx lint? #10447
adam-marshall
started this conversation in
General
Replies: 0 comments
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.
-
I want to use eslint arguments such as
--no-error-on-unmatched-pattern
.https://eslint.org/docs/user-guide/command-line-interface#options
However, when using
nx lint
/nx run-many --all --target=lint
/nx affected:lint
- these arguments don't appear to be supported, it is a reduced set instead.https://nx.dev/packages/linter/executors/eslint#options-playground
Some arguments like
reportUnusedDisableDirectives
I was able to add to the .eslintrc.json file, but I can't see how to get--no-error-on-unmatched-pattern
/noErrorOnUnmatchedPattern
working...Beta Was this translation helpful? Give feedback.
All reactions