Ghost/ghost/post-events/.eslintrc.js
Daniel Lockyer 576449cdc7 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
2023-08-09 18:27:56 +02:00

7 lines
93 B
JavaScript

module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/ts'
]
};