chore(eslint): remove duplicate configuration item

This commit is contained in:
Huáng Jùnliàng 2017-09-09 09:43:30 +08:00
parent 2206ee0e55
commit 44df871659
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ module.exports = {
"global-require": "off",
"brace-style": "error",
"eol-last": "error",
"indent": ["error", "tab", { "SwitchCase": 1 }],
"no-extra-bind": "warn",
"no-empty": "off",
"no-multiple-empty-lines": "error",