UNPKG

eslint-config-interfaced

Version:

ESLint config for the approaches adopted by Interfaced company

13 lines (12 loc) 186 B
module.exports = { env: { mocha: true }, globals: { expect: true, chai: true }, rules: { 'interfaced/no-unused-expressions': 'off' // For sake of some chai assertions } };