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