Skip to content

Commit

Permalink
chore: add lint rules for mocha test
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed Apr 20, 2015
1 parent 3ccbff4 commit bbea934
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
"undef": true,
"boss": true,
"eqnull": true,
"node": true
"node": true,
"mocha": true,
"expr": true
}

0 comments on commit bbea934

Please sign in to comment.