Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 222 Bytes

linting.md

File metadata and controls

3 lines (2 loc) · 222 Bytes

Linting

To encourage coding best practices Angular CLI provides built-in linting. By default the app will look at the project's tslint.json for configuration. Linting can be executed by running the command ng lint.