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