Ghost/ghost/members-auth-pages/test/.eslintrc.js

7 lines
96 B
JavaScript
Raw Normal View History

2019-05-07 11:29:07 +03:00
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
]
};