Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 6fd6690

Browse files
wKozafilipesilva
authored andcommitted
feat(@schematics/angular): add deprecation rule
1 parent 1b0f96c commit 6fd6690

File tree

1 file changed

+3
-0
lines changed
  • packages/schematics/angular/application/files

1 file changed

+3
-0
lines changed

packages/schematics/angular/application/files/tslint.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"check-space"
1212
],
1313
"curly": true,
14+
"deprecation": {
15+
"severity": "warn"
16+
},
1417
"eofline": true,
1518
"forin": true,
1619
"import-blacklist": [

0 commit comments

Comments
 (0)