.prettierrc.js 141 B

1234567
  1. module.exports = {
  2. arrowParens: 'avoid',
  3. bracketSameLine: true,
  4. bracketSpacing: false,
  5. singleQuote: true,
  6. trailingComma: 'all',
  7. };