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:
parent
c032bcebde
commit
576449cdc7
@ -1,7 +1,6 @@
|
||||
module.exports = {
|
||||
parser: '@typescript-eslint/parser',
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/node'
|
||||
'plugin:ghost/ts'
|
||||
]
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user