.prettierrc.cjs 117 B

1234567
  1. module.exports = {
  2. bracketSpacing: true,
  3. singleQuote: false,
  4. arrowParens: "avoid",
  5. trailingComma: "none"
  6. };