rexxars / sse-channel

Server-Sent Events "channel" where all messages are broadcasted to all connected clients, history is maintained automatically and server attempts to keep clients alive by sending "keep-alive" packets automatically.
MIT License
111 stars 11 forks source link

Fix eslint errors #6

Closed wKovacs64 closed 8 years ago

wKovacs64 commented 8 years ago

Linting currently fails with the following error:

Error: eslint-config-vaffel:
        Configuration for rule "indent" is invalid:
        Value "data["2"].SwitchCase" has additional properties.

Upgrading eslint and eslint-config-vaffel resolves it. This PR also adds some quotes for consistency and resolves quote-props errors.

rexxars commented 8 years ago

Thanks!