Fixed trailing comma

This commit is contained in:
Richard Davey 2018-01-16 13:04:26 +00:00
parent df26c96438
commit 5862494282

View file

@ -66,7 +66,7 @@
"space-in-parens": [ "error", "never" ],
"space-infix-ops": [ "error", { "int32Hint": true } ],
"wrap-regex": "error",
"spaced-comment": [ "error", "always", { "block": { "balanced": true }} ],
"spaced-comment": [ "error", "always", { "block": { "balanced": true }} ]
}
}