Added eslint space-before-blocks rule
This commit is contained in:
parent
44b90be7d6
commit
094d352e5f
@ -43,6 +43,7 @@
|
|||||||
|
|
||||||
// stylistic conventions
|
// stylistic conventions
|
||||||
"brace-style": ["error", "1tbs"],
|
"brace-style": ["error", "1tbs"],
|
||||||
|
"space-before-blocks": ["error", "always"],
|
||||||
"block-spacing": "error",
|
"block-spacing": "error",
|
||||||
"array-bracket-spacing": "error",
|
"array-bracket-spacing": "error",
|
||||||
"comma-spacing": "error",
|
"comma-spacing": "error",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user