Skip to content

Commit 76e129d

Browse files
committedDec 17, 2018
Update ESLint config
1 parent 085ce32 commit 76e129d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.eslintrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ rules:
3434
no-dupe-keys: error
3535
no-return-assign: off
3636
consistent-return: off
37+
no-redeclare: off
3738

3839
import/prefer-default-export: off
3940
import/no-extraneous-dependencies: off

0 commit comments

Comments
 (0)
Please sign in to comment.