Files
SOP/sop-admin/sop-admin-frontend/.prettierrc.js
六如 c08fec74c9 5.0
2024-10-04 21:48:38 +08:00

10 lines
169 B
JavaScript

// @ts-check
/** @type {import("prettier").Config} */
export default {
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};