576449cdc7
refs https://github.com/TryGhost/DevOps/issues/50 - we have a TS config for this now so this switches over to that
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/ts'
|
|
]
|
|
};
|