You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
169 B

  1. // @ts-check
  2. /** @type {import("prettier").Config} */
  3. export default {
  4. bracketSpacing: true,
  5. singleQuote: false,
  6. arrowParens: "avoid",
  7. trailingComma: "none"
  8. };