2017-03-23 17:25:30 -07:00

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).