feat(eslint): Rule "comma-style"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
0d76fb6495
commit
a0d10caa64
@ -19,7 +19,7 @@
|
||||
- [X] "class-methods-use-this"
|
||||
- [X] "comma-dangle"
|
||||
- [X] "comma-spacing"
|
||||
- [ ] "comma-style"
|
||||
- [X] "comma-style"
|
||||
- [ ] "complexity"
|
||||
- [ ] "computed-property-spacing"
|
||||
- [ ] "consistent-return"
|
||||
|
@ -48,6 +48,13 @@
|
||||
"before": false
|
||||
}
|
||||
],
|
||||
"comma-style": [
|
||||
"error",
|
||||
"last",
|
||||
{
|
||||
"exceptions": {}
|
||||
}
|
||||
],
|
||||
"dot-notation": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user