Ghost/ghost/members-theme-bindings/.eslintrc.js
2019-04-23 16:42:11 +02:00

7 lines
96 B
JavaScript

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