We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14c12e commit 34f3967Copy full SHA for 34f3967
.eslintrc
@@ -48,6 +48,8 @@ rules:
48
# list: https://github.com/eslint/eslint/tree/master/docs/rules#best-practices
49
## require falls through comment on switch-case
50
no-fallthrough: 2
51
+ ## disallow declaring the same variable more than once
52
+ no-redeclare: 2
53
54
# Stylistic Issues
55
# list: https://github.com/eslint/eslint/tree/master/docs/rules#stylistic-issues
0 commit comments