Skip to content

Commit 657ca99

Browse files
committed
turn off redeclare
1 parent c304a78 commit 657ca99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"no-new": 2,
5252
"no-param-reassign": 2,
5353
"no-proto": 2,
54-
"no-redeclare": 1,
54+
"no-redeclare": 0,
5555
"no-script-url": 2,
5656
"no-self-assign": 2,
5757
"no-self-compare": 2,

0 commit comments

Comments
 (0)