Skip to content

Commit

Permalink
Add .jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
darksmo committed Apr 29, 2014
1 parent b7fa8ce commit eca2e3a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .jshintrc
@@ -0,0 +1,14 @@
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true
}

0 comments on commit eca2e3a

Please sign in to comment.