mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
ESlint space-in-parens, block-spacing
This commit is contained in:
@@ -100,8 +100,8 @@
|
|||||||
// "no-multiple-empty-lines": "off",
|
// "no-multiple-empty-lines": "off",
|
||||||
"spaced-comment": "off",
|
"spaced-comment": "off",
|
||||||
"prefer-rest-params": "off",
|
"prefer-rest-params": "off",
|
||||||
"space-in-parens": "off",
|
// "space-in-parens": "off",
|
||||||
"block-spacing": "off",
|
// "block-spacing": "off",
|
||||||
// "quote-props": "off",
|
// "quote-props": "off",
|
||||||
// "space-unary-ops": "off",
|
// "space-unary-ops": "off",
|
||||||
// "no-plusplus": "off",
|
// "no-plusplus": "off",
|
||||||
|
|||||||
Reference in New Issue
Block a user