Ghost/ghost/admin/tests/.eslintrc.js
renovate[bot] 5e574946fb Update dependency eslint to v7 (#1566)
* Update dependency eslint to v7

* Fixed linting errors

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
2020-05-17 22:53:37 +01:00

11 lines
191 B
JavaScript

/* eslint-env node */
module.exports = {
env: {
embertest: true,
mocha: true
},
rules: {
'ghost/ember/no-invalid-debug-function-arguments': 'off'
}
};