Skip to content

Commit

Permalink
Added a jshint rc file
Browse files Browse the repository at this point in the history
  • Loading branch information
raydog committed Jul 2, 2015
1 parent 0e8e37d commit c86b9ff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .jshintrc
@@ -0,0 +1,19 @@
{
"node": true,
"mocha": true,

"curly": true,
"eqeqeq": true,
"forin": true,
"latedef": "nofunc",
"noarg": true,
"nonbsp": true,
"nonew": true,
"notypeof": true,
"singleGroups": true,
"undef": true,
"unused": true,

"laxbreak": true,
"laxcomma": true
}

0 comments on commit c86b9ff

Please sign in to comment.