|
|
@ -32,7 +32,6 @@ |
|
|
|
"no-param-reassign": "off", |
|
|
|
"no-param-reassign": "off", |
|
|
|
"quotes": [2, "double"], |
|
|
|
"quotes": [2, "double"], |
|
|
|
"comma-dangle": ["error", { "arrays": "never", "objects": "always-multiline"}] // 多行对象字面量中要求拖尾逗号 |
|
|
|
"comma-dangle": ["error", { "arrays": "never", "objects": "always-multiline"}] // 多行对象字面量中要求拖尾逗号 |
|
|
|
// "no-empty": ["error",{"allowEmptyCatch":"true"}] |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
"files": ["webpack/*.js", "./*.js", "lib/**/*.js", "lib/*.js", "./bin/*.js", "./bin/**/*.js"], |
|
|
|
"files": ["webpack/*.js", "./*.js", "lib/**/*.js", "lib/*.js", "./bin/*.js", "./bin/**/*.js"], |
|
|
|