1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 15:50:28 +01:00

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

View File

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