Files
zsp-project/frontend/.prettierrc.js
2026-06-03 20:59:39 +08:00

10 lines
178 B
JavaScript
Executable File

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