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"
|
- [ ] "camelcase"
|
||||||
- [ ] "capitalized-comments"
|
- [ ] "capitalized-comments"
|
||||||
- [ ] "class-methods-use-this"
|
- [ ] "class-methods-use-this"
|
||||||
- [ ] "comma-dangle"
|
- [X] "comma-dangle"
|
||||||
- [ ] "comma-spacing"
|
- [ ] "comma-spacing"
|
||||||
- [ ] "comma-style"
|
- [ ] "comma-style"
|
||||||
- [ ] "complexity"
|
- [ ] "complexity"
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"comma-dangle": [
|
||||||
|
"error",
|
||||||
|
"always-multiline"
|
||||||
|
],
|
||||||
"eol-last": [
|
"eol-last": [
|
||||||
"error",
|
"error",
|
||||||
"always"
|
"always"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user