|
|
|
@ -47,7 +47,7 @@
|
|
|
|
|
"vars-on-top": "off",
|
|
|
|
|
"no-restricted-syntax": "off",
|
|
|
|
|
"no-shadow": "off",
|
|
|
|
|
// "no-script-url": "off",
|
|
|
|
|
"no-script-url": "off",
|
|
|
|
|
|
|
|
|
|
// "linebreak-style": "off",
|
|
|
|
|
// "one-var": "off",
|
|
|
|
@ -89,8 +89,8 @@
|
|
|
|
|
"no-unneeded-ternary": "off",
|
|
|
|
|
"no-sequences": "off",
|
|
|
|
|
"no-extend-native": "off",
|
|
|
|
|
"no-shadow-restricted-names": "off",
|
|
|
|
|
"no-extra-boolean-cast": "off",
|
|
|
|
|
// "no-shadow-restricted-names": "off",
|
|
|
|
|
// "no-extra-boolean-cast": "off",
|
|
|
|
|
// "no-path-concat": "off",
|
|
|
|
|
// "no-unused-expressions": "off",
|
|
|
|
|
// "no-return-assign": "off",
|
|
|
|
|