.prettierrc.js 91 B

12345
  1. module.exports = {
  2. arrowParens: 'avoid',
  3. singleQuote: true,
  4. trailingComma: 'all',
  5. };