Skip to content

Commit

Permalink
implemented JSHINTRC. This will help with code consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbartlett committed Apr 1, 2013
1 parent 97dc1f0 commit 9c772b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
"eqnull": true,
"eval": true,
"sub": true,
"supernew": true
"supernew": true,
"eqeqeq": true,
"eqnull": true
}

0 comments on commit 9c772b6

Please sign in to comment.