nickdesaulniers / node-rtc-peer-connection

[BROKEN/UNMAINTAINED] RTCPeerConnection for Node.js
Other
154 stars 17 forks source link

added jshint to package scripts to run npm run lint fixes #54 #57

Closed JasonWeathersby closed 8 years ago

nickdesaulniers commented 8 years ago

cool, do we need some kind of dot file with a list of our rules? http://jshint.com/docs/options/#maxcomplexity

JasonWeathersby commented 8 years ago

added config to package.json

JasonWeathersby commented 8 years ago

without || true the jshint return code is causing npm to complain.

nickdesaulniers commented 8 years ago

cool thank you! :fireworks: