From 5393041747835f4d14521e739fe02bc2ab2cb06b Mon Sep 17 00:00:00 2001 From: mgechev Date: Thu, 26 Sep 2019 10:58:16 -0700 Subject: [PATCH] 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. --- packages/schematics/angular/workspace/files/tslint.json.template | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/schematics/angular/workspace/files/tslint.json.template b/packages/schematics/angular/workspace/files/tslint.json.template index 9c729f991da5..e77091336b06 100644 --- a/packages/schematics/angular/workspace/files/tslint.json.template +++ b/packages/schematics/angular/workspace/files/tslint.json.template @@ -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,