ci: Add lint rule for curly braces (#9032)
This commit is contained in:
@@ -24,7 +24,8 @@
|
|||||||
"prefer-const": "error",
|
"prefer-const": "error",
|
||||||
"space-infix-ops": "error",
|
"space-infix-ops": "error",
|
||||||
"no-useless-escape": "off",
|
"no-useless-escape": "off",
|
||||||
"require-atomic-updates": "off"
|
"require-atomic-updates": "off",
|
||||||
|
"object-curly-spacing": ["error", "always"]
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"Parse": true
|
"Parse": true
|
||||||
|
|||||||
Reference in New Issue
Block a user