Skip to content

Commit d716fd0

Browse files
committed
Remove no-shadow rule
1 parent 77e6bfc commit d716fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"no-catch-shadow": 2,
130130
"no-delete-var": 2,
131131
"no-label-var": 2,
132-
"no-shadow": 2,
132+
"no-shadow": 0,
133133
"no-shadow-restricted-names": 2,
134134
"no-undef": 2,
135135
"no-undef-init": 2,

0 commit comments

Comments
 (0)