Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 317 Bytes

eslint-setup.md

File metadata and controls

11 lines (7 loc) · 317 Bytes

ESLint Setup

By default, Angular follows a bring-your-own-linter policy and starts without any linters. In order to add ESLint to your project and configure it as the default linter, you just need to run one command:

ng add @angular-eslint/schematics

Back to Angular Guides List