mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Disable no-unused-variables in tslint to avoid a stack overflow.
This commit is contained in:

committed by
Vladimir Enchev

parent
54bc3c6692
commit
0de81e767c
@ -15,7 +15,7 @@
|
||||
"variable-name": [false, "allow-leading-underscore"],
|
||||
"no-empty": true,
|
||||
"no-eval": true,
|
||||
"no-unused-variable": [true],
|
||||
"no-unused-variable": [false],
|
||||
"no-duplicate-variable": true,
|
||||
|
||||
"CONSIDER THE FOLLOWING ONE": false,
|
||||
|
Reference in New Issue
Block a user