93e0898c12
- this middlware is standalone and has 100% test coverage, therefore we can move it out to a separate package and remap the requires accordingly
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|