.prettierrc.js 149 B

123456789
  1. module.exports = {
  2. bracketSpacing: true,
  3. singleQuote: true,
  4. semi: false,
  5. arrowParens: 'avoid',
  6. trailingComma: 'none',
  7. endOfLine: 'lf',
  8. }