UNPKG

@itentialopensource/adapter-email

Version:

Email notification adapter

18 lines (17 loc) 382 B
module.exports = { env: { mocha: true }, globals: { // Pronghorn globals. pronghornProps: true }, rules: { // mocha discourages the use of lambda functions 😢 // https://mochajs.org/#arrow-functions 'func-names': 'off', 'prefer-arrow-callback': 'off', // We want to isolate our depencies in unit tests. 'global-require': 'off' } };