Added a .jshintrc for the Travis JSHint step.

pull/1/head
David Schnur 13 years ago
parent bf3fffd1e1
commit 25e93fe4dc

@ -0,0 +1,19 @@
{
"bitwise": true,
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"forin": true,
"immed": true,
"noarg": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,
"browser": true,
"jquery": true
}
Loading…
Cancel
Save