Skip to content

Commit 5393041

Browse files
mgechevvikerman
authored andcommitted
fix(@schematics/angular): drop deprecated tslint rule
>no-use-before-declare is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.
1 parent e2e7dee commit 5393041

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/schematics/angular/workspace/files/tslint.json.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"no-non-null-assertion": true,
4949
"no-redundant-jsdoc": true,
5050
"no-switch-case-fall-through": true,
51-
"no-use-before-declare": true,
5251
"no-var-requires": false,
5352
"object-literal-key-quotes": [
5453
true,

0 commit comments

Comments
 (0)