We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085ce32 commit 76e129dCopy full SHA for 76e129d
.eslintrc.yml
@@ -34,6 +34,7 @@ rules:
34
no-dupe-keys: error
35
no-return-assign: off
36
consistent-return: off
37
+ no-redeclare: off
38
39
import/prefer-default-export: off
40
import/no-extraneous-dependencies: off
0 commit comments