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