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] "class-methods-use-this"
|
||||||
- [X] "comma-dangle"
|
- [X] "comma-dangle"
|
||||||
- [X] "comma-spacing"
|
- [X] "comma-spacing"
|
||||||
- [ ] "comma-style"
|
- [X] "comma-style"
|
||||||
- [ ] "complexity"
|
- [ ] "complexity"
|
||||||
- [ ] "computed-property-spacing"
|
- [ ] "computed-property-spacing"
|
||||||
- [ ] "consistent-return"
|
- [ ] "consistent-return"
|
||||||
|
@ -48,6 +48,13 @@
|
|||||||
"before": false
|
"before": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"comma-style": [
|
||||||
|
"error",
|
||||||
|
"last",
|
||||||
|
{
|
||||||
|
"exceptions": {}
|
||||||
|
}
|
||||||
|
],
|
||||||
"dot-notation": [
|
"dot-notation": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user