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