|
|
@ -93,9 +93,8 @@
|
|
|
|
"no-script-url": "off",
|
|
|
|
"no-script-url": "off",
|
|
|
|
"no-path-concat": "off",
|
|
|
|
"no-path-concat": "off",
|
|
|
|
"no-unused-expressions": "off",
|
|
|
|
"no-unused-expressions": "off",
|
|
|
|
"no-restricted-module": "off",
|
|
|
|
// "no-return-assign": "off",
|
|
|
|
"no-return-assign": "off",
|
|
|
|
// "no-restricted-modules": "off",
|
|
|
|
"no-restricted-modules": "off",
|
|
|
|
|
|
|
|
// "object-curly-spacing": "off",
|
|
|
|
// "object-curly-spacing": "off",
|
|
|
|
// "indent": "off",
|
|
|
|
// "indent": "off",
|
|
|
|
// "padded-blocks": "off",
|
|
|
|
// "padded-blocks": "off",
|
|
|
|