2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/ghost/mw-update-user-last-seen/.eslintrc.js

7 lines
95 B
JavaScript
Raw Normal View History

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