Skip to content

Commit

Permalink
Fixed trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Jan 16, 2018
1 parent df26c96 commit 5862494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} ]

}
}

0 comments on commit 5862494

Please sign in to comment.