Switched to TypeScript eslint config

refs https://github.com/TryGhost/DevOps/issues/50

- we have a TS config for this now so this switches over to that
This commit is contained in:
Daniel Lockyer 2023-08-09 17:24:48 +02:00 committed by Daniel Lockyer
parent c032bcebde
commit 576449cdc7

View File

@ -1,7 +1,6 @@
module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['ghost'],
extends: [
'plugin:ghost/node'
'plugin:ghost/ts'
]
};