Ghost/ghost/members-browser-auth/.eslintrc.js

7 lines
96 B
JavaScript
Raw Normal View History

2019-04-18 15:07:59 +03:00
module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node',
]
};