scenevr / server

:heart_eyes: Create multiuser 3d environments using html-like tags and javascript
http://www.scenevr.com/
BSD 3-Clause "New" or "Revised" License
144 stars 19 forks source link

semistandard 6.0.0 compliance #68

Closed Flet closed 9 years ago

Flet commented 9 years ago

There are two new rules coming into semistandard 6.0.0:

We're linting this repository as part of the test suite, and we found two linting issues related to these new rules:

  lib/reflector.js:140:3: Unnecessary semicolon.
  test/reflector.js:16:1: Unnecessary semicolon.

Would you mind fixing these? If its less trouble I'd be happy to send a PR.

If you would like to try it out on the CLI, just run npm install -g semistandard@next to install 6.0.0. I'm holding off on making it latest for a little bit.

bnolan commented 9 years ago

Hey @Flet, thanks for making that change to semistandard, I think that's really sensible and those two semicolons were retarded, so that's great. :D