ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

More JSHint Updates #9

Closed halkeye closed 11 years ago

halkeye commented 11 years ago

http://www.jshint.com/docs/ has all the options jshint supports. You should take a look and see if you want / don't want anything for your style spec.

Looks like travis-ci.org can be used to jshint files on commit as well to help enforce style on pull requests (I can help with that).