Skip to content

Commit 8488874

Browse files
vakrilovsis0k0
vakrilov
authored andcommitted
style(tslint): no-shadowed-variable enabled
1 parent e308645 commit 8488874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nativescript-angular/tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"no-empty": false,
5858
"no-eval": true,
5959
"no-null-keyword": false,
60-
"no-shadowed-variable": false,
60+
"no-shadowed-variable": true,
6161
"no-string-literal": false,
6262
"no-switch-case-fall-through": true,
6363
"no-unused-expression": true,

0 commit comments

Comments
 (0)