Skip to content

Commit

Permalink
Change lint rule for no-redeclare to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyt committed Jan 19, 2016
1 parent eebc5ce commit 14edaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -13,7 +13,7 @@
"nodeca/indent": [2, "tabs", 1 ],
"eol-last": 1,
"no-shadow": 0,
"no-redeclare": 1,
"no-redeclare": 2,
"no-extra-bind": 1,
"no-empty": 0,
"no-process-exit": 1,
Expand Down

0 comments on commit 14edaaa

Please sign in to comment.