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