zhangwei
8 天以前 03c275439949875a857538df89a41696642c42b3
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"
};