Files
SOP/sop-admin/sop-admin-frontend/.prettierrc.js
六如 403e8111f4 5.0
2024-12-22 23:09:46 +08:00

10 lines
169 B
JavaScript
Executable File

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