Files
frontend-template-i18n/.prettierrc.js
2025-02-10 20:21:23 +08:00

10 lines
169 B
JavaScript

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