Skip to content

Commit 02e0656

Browse files
committed
fix(@angular/cli): removes redundant rules from tslint.json
1 parent 3141673 commit 02e0656

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/@angular/cli/blueprints/ng/files/tslint.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
],
4343
"no-construct": true,
4444
"no-debugger": true,
45-
"no-duplicate-variable": true,
4645
"no-empty": false,
4746
"no-empty-interface": true,
4847
"no-eval": true,
@@ -53,7 +52,6 @@
5352
"no-switch-case-fall-through": true,
5453
"no-trailing-whitespace": true,
5554
"no-unused-expression": true,
56-
"no-use-before-declare": true,
5755
"no-var-keyword": true,
5856
"object-literal-sort-keys": false,
5957
"one-line": [

0 commit comments

Comments
 (0)