alexbain / lirc_web

Control LIRC from the web using NodeJS and lirc_node
125 stars 60 forks source link

Linter should lint test JS files, too #27

Closed alexbain closed 8 years ago

alexbain commented 8 years ago

Currently the linter doesn't ensure the test files conform to the JS styleguide. Let's fix that - all JS files (tests included) should be linted.

alexbain commented 8 years ago

This will be fixed in the macrostraction branch

OvisMaximus commented 8 years ago

Since I did lots of stuff this weekend, I needed the linting and some automatism to continuously show lint results. Pls see the pull request 31.

alexbain commented 8 years ago

Works great, thank you. I'll clean up my macrostraction branch to incorporate these changes.