mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
ESlint object-curly-spacing
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
"no-prototype-builtins": "off",
|
"no-prototype-builtins": "off",
|
||||||
"vars-on-top": "off",
|
"vars-on-top": "off",
|
||||||
"no-restricted-syntax": "off",
|
"no-restricted-syntax": "off",
|
||||||
|
"no-shadow": "off",
|
||||||
|
|
||||||
// "linebreak-style": "off",
|
// "linebreak-style": "off",
|
||||||
// "one-var": "off",
|
// "one-var": "off",
|
||||||
@@ -95,8 +96,7 @@
|
|||||||
"no-restricted-module": "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",
|
||||||
"no-shadow": "off",
|
|
||||||
// "indent": "off",
|
// "indent": "off",
|
||||||
// "padded-blocks": "off",
|
// "padded-blocks": "off",
|
||||||
// "eol-last": "off",
|
// "eol-last": "off",
|
||||||
|
|||||||
Reference in New Issue
Block a user