|
|
|
@ -13,10 +13,13 @@
|
|
|
|
|
"import/no-unresolved": "off",
|
|
|
|
|
"import/no-extraneous-dependencies": "off",
|
|
|
|
|
"import/no-dynamic-require": "off",
|
|
|
|
|
"import/newline-after-import": "off",
|
|
|
|
|
"no-bitwise": "off",
|
|
|
|
|
"newline-per-chained-call": "off",
|
|
|
|
|
"no-console": "off",
|
|
|
|
|
"no-empty": ["error", { "allowEmptyCatch": true }],
|
|
|
|
|
"prefer-rest-params": "off",
|
|
|
|
|
"prefer-spread": "off",
|
|
|
|
|
|
|
|
|
|
// "linebreak-style": "off",
|
|
|
|
|
// "one-var": "off",
|
|
|
|
@ -94,12 +97,9 @@
|
|
|
|
|
"global-require": "off",
|
|
|
|
|
"no-trailing-spaces": "off",
|
|
|
|
|
"key-spacing": "off",
|
|
|
|
|
"import/newline-after-import": "off",
|
|
|
|
|
"no-underscore-dangle": "off",
|
|
|
|
|
"prefer-spread": "off",
|
|
|
|
|
// "no-multiple-empty-lines": "off",
|
|
|
|
|
"spaced-comment": "off",
|
|
|
|
|
"prefer-rest-params": "off",
|
|
|
|
|
// "spaced-comment": "off",
|
|
|
|
|
// "space-in-parens": "off",
|
|
|
|
|
// "block-spacing": "off",
|
|
|
|
|
// "quote-props": "off",
|
|
|
|
|