@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/reference/project-configuration#targets.
Nx Conf on October 17th in Phoenix AZ!Nx Conf on October 17th in Phoenix AZ, do not miss it! Tickets, Speakers, Schedule and more
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/reference/project-configuration#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.