0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Used @babel/eslint-parser for stripe package

no-issue

This allows us to use static members on classes.
This commit is contained in:
Fabien "egg" O'Carroll 2022-01-14 11:04:27 +02:00
parent 344102f1aa
commit 3a1c51672c
2 changed files with 5 additions and 0 deletions

View file

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

View file

@ -19,6 +19,7 @@
"access": "public"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"c8": "7.8.0",
"mocha": "9.1.3",
"should": "13.2.3",