DEV Community

Discussion on: Migrating and configuring Eslint with Angular 11

Collapse
 
fabio984 profile image
fabio984

Hi, after eslint setup should we delete the lint
@angular-eslint/schematics": "1.0.0",
from package.json? Otherwise when npm install it warns that TSLINT is deprecated.

Finding which package depends on it:

npm ls tslint
-- @angular-eslint/schematics@1.0.0
-- tslint-to-eslint-config@2.0.1
`-- tslint@6.1.3

tkx

Collapse
 
gsarciotto profile image
Giovanni Sarciotto

I don't think it would cause any problems to uninstall the schematics after the transition.