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