Ghost/ghost/stripe/.eslintrc.js
Fabien "egg" O'Carroll 3a1c51672c Used @babel/eslint-parser for stripe package
no-issue

This allows us to use static members on classes.
2022-01-18 10:37:47 +02:00

11 lines
192 B
JavaScript

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