mongoose-stripe-customers
Version:
A mongoose plugin that creates a stripe customer when a new document is created and stores the Stripe customer id to that document.
13 lines (12 loc) • 357 B
Plain Text
{
"preset": "airbnb",
"validateIndentation": 4,
"requireTrailingComma": false,
"requireCamelCaseOrUpperCaseIdentifiers": false,
"safeContextKeyword": false,
"requireSpacesInsideObjectBrackets": false,
"requireSpacesInAnonymousFunctionExpression": {
"beforeOpeningCurlyBrace": true
},
"maximumLineLength": false
}