@nrwl/linter:eslint
ESLint Lint Target.
Options can be configured in project.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.
A new Nx workshop is coming on July 7th and 8th!To your agenda! A new Nx workshop will happen on July 7th and 8th, an online workshop to know how to Develop at Scale with Nx Monorepos! Schedule and more info
ESLint Lint Target.
Options can be configured in project.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.
falseOnly check changed files.
Path to the cache file or directory.
metadatametadata, contentStrategy to use for detecting changed files in the cache.
The name of the ESLint configuration file.
stylishESLint Output formatter (https://eslint.org/docs/user-guide/formatters).
falseSucceeds even if there was linting errors.
falseFixes linting errors (may overwrite linted files).
When set to true, the linter will invalidate its cache when any of its dependencies changes.
The path of the .eslintignore file.
[]One or more files/dirs/globs to pass directly to ESLint's lintFiles() method.
-1Number of warnings to trigger nonzero exit code - default: -1.
falseThe equivalent of the --no-eslintrc flag on the ESLint CLI, it is false by default.
File to write report to.
falseReport errors only - default: false.
[]The equivalent of the --rulesdir flag on the ESLint CLI.
The equivalent of the --resolve-plugins-relative-to flag on the ESLint CLI.
falseHide output text.