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:
parent
344102f1aa
commit
3a1c51672c
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
module.exports = {
|
||||
parser: '@babel/eslint-parser',
|
||||
parserOptions: {
|
||||
requireConfigFile: false
|
||||
},
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/node'
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue