Remove comma from final line

This commit is contained in:
Kevin MacMartin 2018-11-13 16:04:25 -05:00
parent 85716c7d89
commit b13628c638

View file

@ -107,7 +107,7 @@
"space-infix-ops": [ "warn" ], "space-infix-ops": [ "warn" ],
"space-unary-ops": [ "warn" ], "space-unary-ops": [ "warn" ],
"spaced-comment": [ "warn" ], "spaced-comment": [ "warn" ],
"wrap-regex": [ "warn" ], "wrap-regex": [ "warn" ]
}, },
"overrides": [ "overrides": [