|
|
|
@ -26,6 +26,8 @@
|
|
|
|
|
"indent": ["error", "tab"],
|
|
|
|
|
"no-eq-null": "off",
|
|
|
|
|
"camelcase": "off",
|
|
|
|
|
"no-new": "off",
|
|
|
|
|
"no-shadow": "off",
|
|
|
|
|
|
|
|
|
|
// ES6
|
|
|
|
|
"prefer-rest-params": "off",
|
|
|
|
@ -33,6 +35,7 @@
|
|
|
|
|
"prefer-arrow-callback": "off",
|
|
|
|
|
"prefer-template": "off",
|
|
|
|
|
"no-var": "off",
|
|
|
|
|
"object-shorthand": "off",
|
|
|
|
|
|
|
|
|
|
// TODO
|
|
|
|
|
"import/no-unresolved": "off",
|
|
|
|
@ -41,27 +44,24 @@
|
|
|
|
|
"import/newline-after-import": "off",
|
|
|
|
|
"no-bitwise": "off",
|
|
|
|
|
"global-require": "off",
|
|
|
|
|
"no-multi-assign": "off",
|
|
|
|
|
"max-len": "off",
|
|
|
|
|
"no-param-reassign": "off",
|
|
|
|
|
"object-shorthand": "off",
|
|
|
|
|
"no-prototype-builtins": "off",
|
|
|
|
|
"vars-on-top": "off",
|
|
|
|
|
"no-restricted-syntax": "off",
|
|
|
|
|
"no-shadow": "off",
|
|
|
|
|
"no-script-url": "off",
|
|
|
|
|
"no-use-before-define": "off",
|
|
|
|
|
"default-case": "off",
|
|
|
|
|
"new-cap": "off",
|
|
|
|
|
|
|
|
|
|
// "no-multi-assign": "off",
|
|
|
|
|
// "linebreak-style": "off",
|
|
|
|
|
// "one-var": "off",
|
|
|
|
|
// "no-undef": "off",
|
|
|
|
|
"no-new": "off",
|
|
|
|
|
"max-nested-callbacks": "off",
|
|
|
|
|
"no-mixed-requires": "off",
|
|
|
|
|
// "max-nested-callbacks": "off",
|
|
|
|
|
// "no-mixed-requires": "off",
|
|
|
|
|
// "brace-style": "off",
|
|
|
|
|
"max-statements-per-line": "off",
|
|
|
|
|
// "max-statements-per-line": "off",
|
|
|
|
|
// "no-unused-vars": "off",
|
|
|
|
|
// "no-mixed-spaces-and-tabs": "off",
|
|
|
|
|
// "no-useless-concat": "off",
|
|
|
|
|