Skip to content

Commit

Permalink
chore: enabled mocha environment globally
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes committed Nov 30, 2016
1 parent 8c3bbd1 commit 55fcdff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "eslint:recommended",
"env": {
"mocha": true,
"node": true
}
}
1 change: 0 additions & 1 deletion test/loader.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-env mocha */
'use strict';

var path = require('path');
Expand Down

0 comments on commit 55fcdff

Please sign in to comment.