Skip to content

Commit 0de81e7

Browse files
hdeshevVladimir Enchev
authored and
Vladimir Enchev
committed
Disable no-unused-variables in tslint to avoid a stack overflow.
1 parent 54bc3c6 commit 0de81e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"variable-name": [false, "allow-leading-underscore"],
1616
"no-empty": true,
1717
"no-eval": true,
18-
"no-unused-variable": [true],
18+
"no-unused-variable": [false],
1919
"no-duplicate-variable": true,
2020

2121
"CONSIDER THE FOLLOWING ONE": false,

0 commit comments

Comments
 (0)