mirror of https://github.com/webpack/webpack.git
Change lint rule for no-redeclare to 2
This commit is contained in:
parent
eebc5ceaf6
commit
14edaaa459
|
@ -13,7 +13,7 @@
|
||||||
"nodeca/indent": [2, "tabs", 1 ],
|
"nodeca/indent": [2, "tabs", 1 ],
|
||||||
"eol-last": 1,
|
"eol-last": 1,
|
||||||
"no-shadow": 0,
|
"no-shadow": 0,
|
||||||
"no-redeclare": 1,
|
"no-redeclare": 2,
|
||||||
"no-extra-bind": 1,
|
"no-extra-bind": 1,
|
||||||
"no-empty": 0,
|
"no-empty": 0,
|
||||||
"no-process-exit": 1,
|
"no-process-exit": 1,
|
||||||
|
|
Loading…
Reference in New Issue