Ghost/ghost/domain-events/.eslintrc.js

11 lines
192 B
JavaScript
Raw Normal View History

module.exports = {
parser: '@babel/eslint-parser',
parserOptions: {
requireConfigFile: false
},
plugins: ['ghost'],
extends: [
'plugin:ghost/node'
]
};