|
|
|
@ -48,7 +48,6 @@
|
|
|
|
|
"no-extend-native": "off",
|
|
|
|
|
"no-shadow-restricted-names": "off",
|
|
|
|
|
"no-extra-boolean-cast": "off",
|
|
|
|
|
"no-undef-init": "off",
|
|
|
|
|
"no-script-url": "off",
|
|
|
|
|
"no-path-concat": "off",
|
|
|
|
|
"no-unused-expressions": "off",
|
|
|
|
@ -66,7 +65,6 @@
|
|
|
|
|
"padded-blocks": "off",
|
|
|
|
|
"eol-last": "off",
|
|
|
|
|
"lines-around-directive": "off",
|
|
|
|
|
"space-before-blocks": "off",
|
|
|
|
|
"no-restricted-syntax": "off",
|
|
|
|
|
"vars-on-top": "off",
|
|
|
|
|
"no-prototype-builtins": "off",
|
|
|
|
@ -80,7 +78,6 @@
|
|
|
|
|
"keyword-spacing": "off",
|
|
|
|
|
"no-plusplus": "off",
|
|
|
|
|
"no-mixed-operators": "off",
|
|
|
|
|
"semi": "off",
|
|
|
|
|
"comma-spacing": "off",
|
|
|
|
|
"global-require": "off",
|
|
|
|
|
"no-trailing-spaces": "off",
|
|
|
|
@ -97,7 +94,6 @@
|
|
|
|
|
"no-console": "off",
|
|
|
|
|
"space-unary-ops": "off",
|
|
|
|
|
"import/no-dynamic-require": "off",
|
|
|
|
|
"semi-spacing": "off",
|
|
|
|
|
"no-bitwise": "off",
|
|
|
|
|
"no-empty": "off",
|
|
|
|
|
"array-bracket-spacin": "off",
|
|
|
|
|