Add mocha and chai plugins eslint

This commit is contained in:
Thomas Huang 2017-05-04 14:32:42 -07:00
parent 6f40447015
commit 1895fa1489
1 changed files with 4 additions and 1 deletions

View File

@ -17,10 +17,13 @@
"env": {
"es6": true,
"node": true,
"browser": true
"browser": true,
"mocha" : true
},
"plugins": [
"mocha",
"chai"
],
"globals": {