]> git.cworth.org Git - empires-server/commit
Add some linting fixes
authorCarl Worth <cworth@cworth.org>
Sun, 3 May 2020 22:03:56 +0000 (15:03 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 3 May 2020 22:03:56 +0000 (15:03 -0700)
commit726a04320f951f999a51b74d02bde07a06f7147e
tree1d52fe8033829a8ac6fbf84c02f584e20e6fce44
parenta9ee4bde54f18af362198906f5684f519883640a
Add some linting fixes

Specifically some missing semicolons and a missing const.

It's funny that I didn't realize that emacs was doing live linting of
JavaScript all along here, (and highlighting all problems with various
colors and underlining).
server.js