feat(eslint): Rule "space-before-blocks"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -212,6 +212,10 @@
|
||||
"ignoreCase": false
|
||||
}
|
||||
],
|
||||
"space-before-blocks": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"space-before-function-paren": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user