Skip to content

Commit

Permalink
chore(lint): have jshint ignore false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed May 12, 2015
1 parent 81cd806 commit ed8e9df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"eqnull": true,
"node": true,
"mocha": true,
"expr": true
"expr": true,
"validthis": true
}

0 comments on commit ed8e9df

Please sign in to comment.