Ghost/ghost/members-analytics-ingress/.eslintrc.js
Rishabh Garg 1f7a455374 Added @tryghost/members-analytics-ingress package (#335)
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`
2021-09-22 16:07:37 +05:30

7 lines
95 B
JavaScript

module.exports = {
plugins: ['ghost'],
extends: [
'plugin:ghost/node'
]
};