David Majda
e7e4543bb4
.jshintrc: Remove the "sub" option
11 years ago
David Majda
e20e907d8c
.jshintrc: Add the "trailing" option
11 years ago
David Majda
4402f7fd86
.jshintrc: Add the "noarg" option
11 years ago
David Majda
af54963233
.jshintrc: Add the "latedef" option
11 years ago
David Majda
4362ba190c
.jshintrc: Add the "immed" option
11 years ago
David Majda
43eeabf03a
.jshintrc: Add the "freeze" option
11 years ago
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.
11 years ago
David Majda
50be1081e0
Sort JSHint options alphabetically
13 years ago
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.
13 years ago