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
When migrating from Angular 9 using ng update @angular/core @angular/cli the typedef rule is not added to tslint.json.
When generating a new project in Angular 10, the typedef rule is added.
It seems that typedef should be added with Angular 10 #17821
🔬 Minimal Reproduction
Migration
Install Angular CLI 9: npm i -g @angular/cli@v9-lts
Generate Angular 9: ng new <project_name>
cd <project_name>
Update to Angular 10: ng update @angular/core @angular/cli
Generation
Install Angular CLI 9: npm i -g @angular/cli@latest
Generate Angular 10: ng new <project_name>
Check difference in tslint.json
🌍 Your Environment
Angular CLI: 9.1.12
Node: 12.18.3
OS: win32 x64
Angular CLI: 10.0.5
Node: 12.18.3
OS: win32 x64
Anything else relevant?
The text was updated successfully, but these errors were encountered:
🐞 Bug report
Command (mark with an
x
)Description
When migrating from Angular 9 using
ng update @angular/core @angular/cli
thetypedef
rule is not added to tslint.json.When generating a new project in Angular 10, the
typedef
rule is added.It seems that
typedef
should be added with Angular 10 #17821🔬 Minimal Reproduction
Migration
npm i -g @angular/cli@v9-lts
ng new <project_name>
ng update @angular/core @angular/cli
Generation
npm i -g @angular/cli@latest
ng new <project_name>
Check difference in
tslint.json
🌍 Your Environment
Angular CLI: 9.1.12
Node: 12.18.3
OS: win32 x64
Angular CLI: 10.0.5
Node: 12.18.3
OS: win32 x64
Anything else relevant?
The text was updated successfully, but these errors were encountered: