UNPKG

@tamara-solution/checkout

Version:

Script will be embedded in merchant's site to checkout. The merchant's don't need to redirect to tamara's site.

15 lines (14 loc) 290 B
module.exports = { printWidth: 80, tabWidth: 2, useTabs: false, semi: false, singleQuote: true, trailingComma: 'es5', bracketSpacing: true, jsxBracketSameLine: false, arrowParens: 'always', proseWrap: 'never', htmlWhitespaceSensitivity: 'strict', endOfLine: 'lf', }