.prettierrc.cjs 131 B

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