File tree Expand file tree Collapse file tree 4 files changed +884
-806
lines changed Expand file tree Collapse file tree 4 files changed +884
-806
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"recommendations" : [
3
+ " angular.ng-template" ,
3
4
" dbaeumer.vscode-eslint" ,
4
5
" esbenp.prettier-vscode" ,
5
6
" stylelint.vscode-stylelint"
Original file line number Diff line number Diff line change 365
365
"schematicCollections" : [
366
366
" @angular-eslint/schematics"
367
367
]
368
+ },
369
+ "schematics" : {
370
+ "@schematics/angular:component" : {
371
+ "type" : " component"
372
+ },
373
+ "@schematics/angular:directive" : {
374
+ "type" : " directive"
375
+ },
376
+ "@schematics/angular:service" : {
377
+ "type" : " service"
378
+ },
379
+ "@schematics/angular:guard" : {
380
+ "typeSeparator" : " ."
381
+ },
382
+ "@schematics/angular:interceptor" : {
383
+ "typeSeparator" : " ."
384
+ },
385
+ "@schematics/angular:module" : {
386
+ "typeSeparator" : " ."
387
+ },
388
+ "@schematics/angular:pipe" : {
389
+ "typeSeparator" : " ."
390
+ },
391
+ "@schematics/angular:resolver" : {
392
+ "typeSeparator" : " ."
393
+ }
368
394
}
369
395
}
You can’t perform that action at this time.
0 commit comments