{ globals: { describe: true, it: true, before: true, after: true, beforeEach: true, afterEach: true, expect: true, sinon: true, captureEvents: true, }, rules: { new-cap: 0, // test constructors as regular functions max-nested-callbacks: 0, // Mocha works with deeply nested callbacks }, }