|
|
|
@ -20,6 +20,7 @@
|
|
|
|
|
"no-empty": ["error", { "allowEmptyCatch": true }],
|
|
|
|
|
"prefer-rest-params": "off",
|
|
|
|
|
"prefer-spread": "off",
|
|
|
|
|
"no-underscore-dangle": "off",
|
|
|
|
|
|
|
|
|
|
// "linebreak-style": "off",
|
|
|
|
|
// "one-var": "off",
|
|
|
|
@ -95,9 +96,8 @@
|
|
|
|
|
"no-mixed-operators": "off",
|
|
|
|
|
"comma-spacing": "off",
|
|
|
|
|
"global-require": "off",
|
|
|
|
|
"no-trailing-spaces": "off",
|
|
|
|
|
"key-spacing": "off",
|
|
|
|
|
"no-underscore-dangle": "off",
|
|
|
|
|
// "no-trailing-spaces": "off",
|
|
|
|
|
// "key-spacing": "off",
|
|
|
|
|
// "no-multiple-empty-lines": "off",
|
|
|
|
|
// "spaced-comment": "off",
|
|
|
|
|
// "space-in-parens": "off",
|
|
|
|
|