Ghost/ghost/offers/.eslintrc.js
Fabien O'Carroll 5674036902 Added initial Offers module
refs https://github.com/TryGhost/Team/issues/1083

This is the initial scaffolding for setting up Offers in Ghost
2021-10-05 11:19:15 +02:00

11 lines
192 B
JavaScript

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