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:
parent
c032bcebde
commit
576449cdc7
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
module.exports = {
|
||||
parser: '@typescript-eslint/parser',
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/node'
|
||||
'plugin:ghost/ts'
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue