@nrwl/linter:lint
Linter.
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.
Linter.
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.
The name of the configuration file.
false
Only check changed files.
Path to the cache file or directory.
[]
Files to exclude from linting.
stylish
ESLint Output formatter (https://eslint.org/docs/user-guide/formatters).
[]
Files to include in linting.
false
Succeeds even if there was linting errors.
false
Fixes linting errors (may overwrite linted files).
eslint
eslint
, tslint
The tool to use for running lint checks.
-1
Number of warnings to trigger nonzero exit code - default: -1
.
File to write report to.
false
Report errors only - default: false
.
false
Hide output text.
The name of the TypeScript configuration file.