Skip to content

Commit

Permalink
more strict jshint options
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jan 31, 2014
1 parent ef18c40 commit 0e506cb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,19 @@
},
"jshintConfig": {
"quotmark": "single",
"strict": true,
"globals": {
"L": true,
"simpleheat": true
},
"trailing": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"noempty": true,
"nonbsp": true,
"undef": true,
"unused": true,
"browser": true,
"trailing": true
}
}

0 comments on commit 0e506cb

Please sign in to comment.