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