Sean-Der / fail2web

a fail2ban GUI powered by fail2rest
536 stars 48 forks source link

Improve static checks #16

Open Sean-Der opened 10 years ago

Sean-Der commented 10 years ago

Currently we just use jshint, and with a lot of outdated options.

Go through and tighten up jshint options, make as strict as possible. Next make a jscs config, and make that strict as well.

We also need better markup+style checking, but not as important yet.