Ghost/ghost/members-api/test/.eslintrc.js
2019-05-07 17:35:17 +02:00

7 lines
96 B
JavaScript

module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/test',
]
};