Ghost/ghost/email-content-generator/.eslintrc.js

7 lines
95 B
JavaScript

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