mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
741 B
741 B
ng lint
Overview
ng lint
will lint you app code using tslint.
Options
fix
`--fix` _default value: false_
Fixes linting errors (may overwrite linted files).
force
`--force` _default value: false_
Succeeds even if there was linting errors.
format
`--format` (alias: `-t`) _default value: prose_
Output format (prose, json, stylish, verbose, pmd, msbuild, checkstyle, vso, fileslist).