pegjs/.jshintrc
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

10 lines
143 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"evil": true,
"laxbreak": true,
"noempty": true,
"sub": true,
"nonew": true
}