feat(eslint): Rule "space-before-blocks"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 16:38:31 +04:00
parent 7bc55712a4
commit 799b6c9f21
2 changed files with 5 additions and 1 deletions

View File

@ -212,6 +212,10 @@
"ignoreCase": false
}
],
"space-before-blocks": [
"error",
"always"
],
"space-before-function-paren": [
"error",
{