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