We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b8802 commit fc99229Copy full SHA for fc99229
1 file changed
build/tslint.json
@@ -15,7 +15,7 @@
15
"variable-name": [false, "allow-leading-underscore"],
16
"no-empty": true,
17
"no-eval": true,
18
- "no-unused-variable": [true],
+ "no-unused-variable": [false],
19
"no-duplicate-variable": true,
20
21
"CONSIDER THE FOLLOWING ONE": false,
0 commit comments