|
|
@ -12,6 +12,7 @@
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
"import/no-unresolved": "off",
|
|
|
|
"import/no-unresolved": "off",
|
|
|
|
"import/no-extraneous-dependencies": "off",
|
|
|
|
"import/no-extraneous-dependencies": "off",
|
|
|
|
|
|
|
|
"newline-per-chained-call": "off",
|
|
|
|
// "linebreak-style": "off",
|
|
|
|
// "linebreak-style": "off",
|
|
|
|
// "one-var": "off",
|
|
|
|
// "one-var": "off",
|
|
|
|
// "no-undef": "off",
|
|
|
|
// "no-undef": "off",
|
|
|
@ -103,10 +104,8 @@
|
|
|
|
"import/no-dynamic-require": "off",
|
|
|
|
"import/no-dynamic-require": "off",
|
|
|
|
"no-bitwise": "off",
|
|
|
|
"no-bitwise": "off",
|
|
|
|
"no-empty": "off",
|
|
|
|
"no-empty": "off",
|
|
|
|
"array-bracket-spacin": "off",
|
|
|
|
// "dot-notation": "off",
|
|
|
|
"dot-notation": "off",
|
|
|
|
// "func-call-spacing": "off",
|
|
|
|
"func-call-spacing": "off",
|
|
|
|
|
|
|
|
"newline-per-chained-call": "off",
|
|
|
|
|
|
|
|
// "array-bracket-spacing": "off",
|
|
|
|
// "array-bracket-spacing": "off",
|
|
|
|
// "object-property-newline": "off",
|
|
|
|
// "object-property-newline": "off",
|
|
|
|
// "no-continue": "off",
|
|
|
|
// "no-continue": "off",
|
|
|
|