mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
|
module.exports = {
|
||
|
plugins: ['ghost'],
|
||
|
extends: [
|
||
|
'plugin:ghost/ts'
|
||
|
]
|
||
|
};
|