fbaiodias / phaser-multiplayer-game

:video_game: Simple real-time multiplayer phaser game example which uses node and websockets.
https://phaser-multiplayer-game.herokuapp.com/
303 stars 80 forks source link

added ; #1

Closed nloomans closed 8 years ago

nloomans commented 8 years ago

see: https://google.github.io/styleguide/javascriptguide.xml?showone=Semicolons#Semicolons

Raicuparta commented 8 years ago

This uses Standard Style, which does not use semicolons.

fbaiodias commented 8 years ago

Yes, as @Raicuparta said, we're using standard and will keep using it.

Also, if you do npm run lint (with runs standard) on this project or use a linter on your editor, it will warn you if you do any of those mistakes, so it's not hard to debug at all :)

Thanks for the PR anyway @nloomans!