You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran ng update to v9. Then I ran npm run lint. I received this error
▶npm run lint
> heroes-angular@0.0.0 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.