UNPKG

qa-shadow-report

Version:

npm package that prints formatted test reports into a google sheet or csv file

12 lines (11 loc) 215 B
module.exports = { bracketSpacing: true, printWidth: 120, singleQuote: true, trailingComma: 'all', quoteProps: 'consistent', jsxSingleQuote: true, semi: true, tabWidth: 2, arowParens: 'always', };