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

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'
]
};