Alan 068bb4001d docs: add deprecation and pr note
Docs are deprecated in favor of the the new pages in AIO which are WIP.
2019-01-09 09:14:13 -08:00

1.5 KiB

Documentation below is for CLI version 6 and we no longer accept PRs to improve this. For version 7 see here.

ng lint

Overview

ng lint will lint you app code using tslint.

ng lint [project]

Options

configuration

--configuration (alias: -c)

Specify the configuration to use.

tslint-config

--tslint-config

The name of the TSLint configuration file.

fix

--fix

Fixes linting errors (may overwrite linted files).

type-check

--type-check

Controls the type check for linting.

force

--force

Succeeds even if there was linting errors.

silent

--silent

Show output text.

format

--format

Output format (prose, json, stylish, verbose, pmd, msbuild, checkstyle, vso, fileslist, codeFrame).