🐞 Bug report
Command (mark with an x)
Description
I ran ng update to v9. Then I ran npm run lint. I received this error
▶npm run lint
> [email protected] lint /Users/papa/_git/heroes-angular
> ng lint
Linting "heroes-angular"...
no-use-before-declare is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.
All files pass linting.
It seems I had a legacy setting in tslint.json for "no-use-before-declare": true,
It would be great if the ng update removed any deprecated tslint settings.
🐞 Bug report
Command (mark with an
x)Description
I ran
ng updateto v9. Then I rannpm run lint. I received this errorIt seems I had a legacy setting in
tslint.jsonfor"no-use-before-declare": true,It would be great if the
ng updateremoved any deprecated tslint settings.