jphuttun / eris

Eris
0 stars 0 forks source link

Tools: Start using JSHint #11

Closed pahuttun closed 10 years ago

pahuttun commented 10 years ago

JSHint is de facto library of javascript statit code analysis. With JSHint IDE (Webstorm) or text editor (Sublime) will automatically tell if your code has problems before you have build and executed code. It will also force coding style.

pahuttun commented 10 years ago

Toteutettu ja viety developmentiin

Projektin juuresta löytyy .jshintrc -konfiguraatiotiedosto, jossa on JSHintinin vaatima konfiguraatio. Voi joutua säätämään tiukemmaksi / vähemmän tiukaksi ja etenkin säätämään sitä miten JSHint käsittelee JSON / Wade / tms -tiedostoja joihin ei välttämättä voida vaikuttaa.