Skip to content

Commit

Permalink
Add mocha to eslintrc environment to support describe
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcilwaine committed Jan 21, 2021
1 parent edb3041 commit 26ed911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
@@ -1,7 +1,8 @@
module.exports = {
"env": {
"es6": true,
"node": true
"node": true,
"mocha": true,
},
"parserOptions": {
"ecmaVersion": 5,
Expand Down

0 comments on commit 26ed911

Please sign in to comment.