Change lint rule for no-redeclare to 2

This commit is contained in:
Kenny Tran 2016-01-18 19:03:30 -08:00
parent eebc5ceaf6
commit 14edaaa459
1 changed files with 1 additions and 1 deletions

View File

@ -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,