habitica-self-host/test/.eslintrc.js

13 lines
165 B
JavaScript
Raw Normal View History

2019-10-13 17:05:11 +00:00
module.exports = {
extends: [
'habitrpg/lib/mocha',
],
globals: {
_: true,
chai: true,
expect: true,
sinon: true,
sandbox: true
},
}