mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-22 07:54:11 -05:00
Remove comma from final line
This commit is contained in:
parent
85716c7d89
commit
b13628c638
1 changed files with 1 additions and 1 deletions
2
eslintrc
2
eslintrc
|
@ -107,7 +107,7 @@
|
|||
"space-infix-ops": [ "warn" ],
|
||||
"space-unary-ops": [ "warn" ],
|
||||
"spaced-comment": [ "warn" ],
|
||||
"wrap-regex": [ "warn" ],
|
||||
"wrap-regex": [ "warn" ]
|
||||
},
|
||||
|
||||
"overrides": [
|
||||
|
|
Loading…
Reference in a new issue