Ghost/ghost/members-ssr/.eslintrc.js
2019-04-16 12:22:55 +02:00

7 lines
96 B
JavaScript

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