Skip to content

Commit 5862494

Browse files
committed
Fixed trailing comma
1 parent df26c96 commit 5862494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"space-in-parens": [ "error", "never" ],
6767
"space-infix-ops": [ "error", { "int32Hint": true } ],
6868
"wrap-regex": "error",
69-
"spaced-comment": [ "error", "always", { "block": { "balanced": true }} ],
69+
"spaced-comment": [ "error", "always", { "block": { "balanced": true }} ]
7070

7171
}
7272
}

0 commit comments

Comments
 (0)