UNPKG

@stylusapparel/opv3-merchant-api-nodejs

Version:

This is the official NodeJs wrapper for connecting to the StylusOP API V3

13 lines (12 loc) 249 B
// See https://prettier.io/docs/en/options.html. module.exports = { printWidth: 200, tabWidth: 4, useTabs: true, // semi: false, singleQuote: true, trailingComma: 'all', bracketSpacing: true, arrowParens: 'always', proseWrap: 'preserve', }