Skip to content

Commit

Permalink
Update JSHInt's options.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 12, 2015
1 parent 74ace18 commit a0af24a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"node": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true
"unused": true
}

0 comments on commit a0af24a

Please sign in to comment.