Ghost/ghost/mw-update-user-last-seen/.eslintrc.js
2021-11-16 15:48:52 +00:00

7 lines
95 B
JavaScript

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