feat(eslint): Rule "comma-dangle"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
a9bbe9301d
commit
28a0661434
@ -17,7 +17,7 @@
|
||||
- [ ] "camelcase"
|
||||
- [ ] "capitalized-comments"
|
||||
- [ ] "class-methods-use-this"
|
||||
- [ ] "comma-dangle"
|
||||
- [X] "comma-dangle"
|
||||
- [ ] "comma-spacing"
|
||||
- [ ] "comma-style"
|
||||
- [ ] "complexity"
|
||||
|
@ -1,4 +1,8 @@
|
||||
{
|
||||
"comma-dangle": [
|
||||
"error",
|
||||
"always-multiline"
|
||||
],
|
||||
"eol-last": [
|
||||
"error",
|
||||
"always"
|
||||
|
Loading…
x
Reference in New Issue
Block a user