1
0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-05 09:50:34 +03:00
Ghost/ghost/members-api/.eslintrc.js

7 lines
95 B
JavaScript
Raw Normal View History

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