Skip to content

Commit

Permalink
fix(@schematics/angular): drop deprecated tslint rule
Browse files Browse the repository at this point in the history
>no-use-before-declare is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.
  • Loading branch information
mgechev authored and vikerman committed Sep 27, 2019
1 parent b916745 commit a6a49b2
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -48,7 +48,6 @@
"no-non-null-assertion": true,
"no-redundant-jsdoc": true,
"no-switch-case-fall-through": true,
"no-use-before-declare": true,
"no-var-requires": false,
"object-literal-key-quotes": [
true,
Expand Down

0 comments on commit a6a49b2

Please sign in to comment.