Adding Eslint to your Angular 12 project
If you already have an angular project made with the cli, it's pretty simple to add eslint. You need to add this package.
Just run in your console:
ng add @angular-eslint/schematics
This will:
create an .eslintrc.json file where you will add all y...
featuringcode.com2 min read