Skip to content

Commit

Permalink
jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
brainflake committed Apr 15, 2014
1 parent a88e1dd commit fade981
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"curly": true,
"forin": true,
"freeze": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"nonew": true,
"plusplus": true,
"undef": true,
"unused": true,
"trailing": true,
"asi": true,
"laxcomma": true,
"node": true
}

0 comments on commit fade981

Please sign in to comment.