UNPKG

@stylusapparel/stylusop-api-node-wrapper

Version:

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

13 lines (12 loc) 261 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', }