4e2a00b6e6
closes https://github.com/TryGhost/Team/issues/3166 - The collections service contains CRUD logic to manage collection entities through: save, getById, getAll, and destroy methods.
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
module.exports = {
|
|
parser: '@typescript-eslint/parser',
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|