Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Add JSHint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Henke committed Mar 9, 2014
1 parent 3c67d29 commit 9c9ea78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"node": true,
"noempty": true,
"quotmark": "double",
"sub": true,
"unused": true
}

0 comments on commit 9c9ea78

Please sign in to comment.