mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 05:52:41 +08:00
8 lines
221 B
Markdown
8 lines
221 B
Markdown
# ng lint
|
|
|
|
## Overview
|
|
`ng lint` will lint your app code.
|
|
|
|
This will use the `lint` npm script that in generated projects uses `tslint`.
|
|
|
|
You can modify the these scripts in `package.json` to run whatever tool you prefer. |