Skip to content

Commit

Permalink
JSHint config
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsik committed Jan 15, 2013
1 parent 1d25789 commit 785c6d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"indent": 2,
"laxcomma": true,
"strict": true,
"undef": true,
"unused": true,
"trailing": true,
"node": true,
"es5": true
}

0 comments on commit 785c6d7

Please sign in to comment.