1f7a455374
refs https://github.com/TryGhost/Team/issues/1064 This package will be used as to handle and emit ingress events on new members event endpoint - `/members/api/events`
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|