ACRA / acralyzer

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

Lintify'd the code #8

Closed halkeye closed 11 years ago

halkeye commented 11 years ago

Added basic jshint config to help catch errors. Fixed a bunch of minor linting errors.

If you are up for it, I'd like to update the code to use "use strict" mode - http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/

halkeye commented 11 years ago

I realized while it fixed somet things, it didn't lint properly. I got a new pull request that will fix jshintrc and use strict everything.