UNPKG

242 BJavaScriptView Raw
1module.exports = {
2 "extends": "standard",
3 "rules": {
4 "indent": 0,
5 "no-unused-vars" :0
6 },
7 "env": {
8 "mocha": true
9 },
10 "globals": {
11 "expect": true,
12 "sinon": true
13 }
14};
\No newline at end of file