Skip to content

Commit 94eed63

Browse files
committed
style: remove no-shadowed-variable rule
1 parent 8f87183 commit 94eed63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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": true,
60+
"no-shadowed-variable": false,
6161
"no-string-literal": false,
6262
"no-switch-case-fall-through": true,
6363
"no-unused-expression": true,

Diff for: ng-sample/app/examples/animation/animation-keyframes-test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import {
44
state,
55
style,
66
animate,
7-
transition
7+
transition,
8+
keyframes,
89
} from '@angular/animations';
910

1011
@Component({

0 commit comments

Comments
 (0)