Melindrea / smaty.se

The assemble-built system for the smaty.se site
MIT License
0 stars 0 forks source link

replace jshint with eslint #32

Open Melindrea opened 9 years ago

Melindrea commented 9 years ago

http://eslint.org/

Since ESLint is (theoretically, at least) pluggable and has the same functionality as jshint, it feels like it'd be good to replace it. For instance, to get in a check that variable lists should be indented 4 spaces (apart from the 1st one).

var a,
    b,
    c;