Ghost/ghost/custom-theme-settings-service/.eslintrc.js
2021-09-21 17:21:52 +01:00

7 lines
95 B
JavaScript

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