|
|
@ -10,16 +10,16 @@
|
|
|
|
"exports": "always-multiline",
|
|
|
|
"exports": "always-multiline",
|
|
|
|
"functions": "never"
|
|
|
|
"functions": "never"
|
|
|
|
}],
|
|
|
|
}],
|
|
|
|
// "linebreak-style": "off",
|
|
|
|
|
|
|
|
"import/no-unresolved": "off",
|
|
|
|
"import/no-unresolved": "off",
|
|
|
|
"import/no-extraneous-dependencies": "off",
|
|
|
|
"import/no-extraneous-dependencies": "off",
|
|
|
|
|
|
|
|
// "linebreak-style": "off",
|
|
|
|
// "one-var": "off",
|
|
|
|
// "one-var": "off",
|
|
|
|
// "no-undef": "off",
|
|
|
|
// "no-undef": "off",
|
|
|
|
"max-len": "off",
|
|
|
|
"max-len": "off",
|
|
|
|
"no-new": "off",
|
|
|
|
"no-new": "off",
|
|
|
|
"max-nested-callbacks": "off",
|
|
|
|
"max-nested-callbacks": "off",
|
|
|
|
"no-mixed-requires": "off",
|
|
|
|
"no-mixed-requires": "off",
|
|
|
|
"brace-style": "off",
|
|
|
|
// "brace-style": "off",
|
|
|
|
"max-statements-per-line": "off",
|
|
|
|
"max-statements-per-line": "off",
|
|
|
|
"no-unused-vars": "off",
|
|
|
|
"no-unused-vars": "off",
|
|
|
|
"no-mixed-spaces-and-tabs": "off",
|
|
|
|
"no-mixed-spaces-and-tabs": "off",
|
|
|
|