feat(eslint): Rule "comma-style"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -48,6 +48,13 @@
|
||||
"before": false
|
||||
}
|
||||
],
|
||||
"comma-style": [
|
||||
"error",
|
||||
"last",
|
||||
{
|
||||
"exceptions": {}
|
||||
}
|
||||
],
|
||||
"dot-notation": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user