DEV Community

Discussion on: Migrating and configuring Eslint with Angular 11

 
gsarciotto profile image
Giovanni Sarciotto

Yeah, in the config above unused vars is a warning. You can make it an error in the rules section, see this. I don't think you will need to disable the core ESLint rule since @typescript-eslint/recommended already does this, so just add the "@typescript-eslint/no-unused-vars": ["error"] line