added mocha support for esling

This commit is contained in:
Massimo Candela
2019-10-31 19:09:17 +01:00
parent 5d4bc1ca75
commit fb7f8b3228
+2 -1
View File
@@ -8,7 +8,8 @@
"env" : {
"browser" : false,
"node" : true,
"es6" : true
"es6" : true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 6,