feat(eslint): Rule "space-before-blocks"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
7bc55712a4
commit
799b6c9f21
@ -260,7 +260,7 @@
|
||||
- [X] "sort-imports"
|
||||
- [X] "sort-keys"
|
||||
- [X] "sort-vars"
|
||||
- [ ] "space-before-blocks"
|
||||
- [X] "space-before-blocks"
|
||||
- [X] "space-before-function-paren"
|
||||
- [ ] "space-in-parens"
|
||||
- [ ] "space-infix-ops"
|
||||
|
@ -212,6 +212,10 @@
|
||||
"ignoreCase": false
|
||||
}
|
||||
],
|
||||
"space-before-blocks": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"space-before-function-paren": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user