feat(eslint): Rule "semi-spacing"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
70f1b5ba27
commit
e3ef269fef
@ -255,7 +255,7 @@
|
||||
- [ ] "require-yield"
|
||||
- [ ] "rest-spread-spacing"
|
||||
- [X] "semi"
|
||||
- [ ] "semi-spacing"
|
||||
- [X] "semi-spacing"
|
||||
- [ ] "semi-style"
|
||||
- [X] "sort-imports"
|
||||
- [X] "sort-keys"
|
||||
|
@ -106,6 +106,13 @@
|
||||
"omitLastInOneLineBlock": false
|
||||
}
|
||||
],
|
||||
"semi-spacing": [
|
||||
"error",
|
||||
{
|
||||
"after": true,
|
||||
"before": false
|
||||
}
|
||||
],
|
||||
"sort-imports": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user