We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3141673 commit 02e0656Copy full SHA for 02e0656
packages/@angular/cli/blueprints/ng/files/tslint.json
@@ -42,7 +42,6 @@
42
],
43
"no-construct": true,
44
"no-debugger": true,
45
- "no-duplicate-variable": true,
46
"no-empty": false,
47
"no-empty-interface": true,
48
"no-eval": true,
@@ -53,7 +52,6 @@
53
52
"no-switch-case-fall-through": true,
54
"no-trailing-whitespace": true,
55
"no-unused-expression": true,
56
- "no-use-before-declare": true,
57
"no-var-keyword": true,
58
"object-literal-sort-keys": false,
59
"one-line": [
0 commit comments