mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 06:00:41 +00:00
Fixed trailing comma
This commit is contained in:
parent
df26c96438
commit
5862494282
1 changed files with 1 additions and 1 deletions
|
@ -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 }} ]
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue