Commit graph

8 commits

Author SHA1 Message Date
David Majda e20e907d8c .jshintrc: Add the "trailing" option 2013-12-15 21:31:43 +01:00
David Majda 4402f7fd86 .jshintrc: Add the "noarg" option 2013-12-15 21:26:57 +01:00
David Majda af54963233 .jshintrc: Add the "latedef" option 2013-12-14 21:58:00 +01:00
David Majda 4362ba190c .jshintrc: Add the "immed" option 2013-12-14 21:52:51 +01:00
David Majda 43eeabf03a .jshintrc: Add the "freeze" option 2013-12-14 21:51:25 +01:00
David Majda 95fd64ec15 .jshintrc: Add the "forin" option & fix fallout
Also added few missing |hasOwnProperty| calls that JSHint didn't detect
because it only looks whether there is an |if| statement wrapping the
loop body.
2013-12-14 21:50:43 +01:00
David Majda 50be1081e0 Sort JSHint options alphabetically 2011-09-18 16:55:27 +02:00
David Majda c7f99019c2 Add "jake hint" task that checks all javaScript files using JSHint
This currently outputs many issues. These will be fixed in subsequent
commits.
2011-09-18 16:25:46 +02:00