1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/tests/.eslintrc.js

11 lines
191 B
JavaScript
Raw Normal View History

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