feat(eslint): Rule "comma-spacing"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
d7fea402cf
commit
d1751228f2
@ -18,7 +18,7 @@
|
||||
- [ ] "capitalized-comments"
|
||||
- [ ] "class-methods-use-this"
|
||||
- [X] "comma-dangle"
|
||||
- [ ] "comma-spacing"
|
||||
- [X] "comma-spacing"
|
||||
- [ ] "comma-style"
|
||||
- [ ] "complexity"
|
||||
- [ ] "computed-property-spacing"
|
||||
|
@ -21,6 +21,13 @@
|
||||
"error",
|
||||
"always-multiline"
|
||||
],
|
||||
"comma-spacing": [
|
||||
"error",
|
||||
{
|
||||
"after": true,
|
||||
"before": false
|
||||
}
|
||||
],
|
||||
"eol-last": [
|
||||
"error",
|
||||
"always"
|
||||
|
Loading…
x
Reference in New Issue
Block a user