Skip to content

Commit

Permalink
Enable JSHint's trailing check.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 2, 2014
1 parent 7efbcd3 commit 9fe311b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"node": true,
"undef": true,
"unused": "vars",
"trailing": true,
"noarg": true,
"eqnull": true,
"forin": true
Expand Down

0 comments on commit 9fe311b

Please sign in to comment.