935ac43584
fixes https://github.com/TryGhost/Product/issues/3784 - Includes migrations for new permissions needed for the new endpoints
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/ts'
|
|
]
|
|
};
|