module.exports = { root: true, extends: 'standard', globals: { 'describe': true, 'it': true, 'before': true, 'beforeEach': true, 'after': true, 'afterEach': true, 'context': true, 'expect': true } }