Skip to content

Commit

Permalink
fix(node): add env mocha to node rules
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jan 27, 2017
1 parent 3e6eb77 commit 1fc3832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/node.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
env: {
node: true
node: true,
mocha: true
},

rules: {
Expand Down

0 comments on commit 1fc3832

Please sign in to comment.