7e082b7eb5
no-issue This pulls out the StripeService from the @tryghost/members-api package. The idea is to break the @tryghost/members-api package into smaller modules, with the hope to make it easier to maintain and reason about.
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/node'
|
|
]
|
|
};
|