bunny-admin-element-thin-i18n/.prettierrc.js

11 lines
188 B
JavaScript
Raw Normal View History

2024-05-11 14:48:02 +08:00
// @ts-check
/** @type {import("prettier").Config} */
export default {
2024-05-12 02:05:33 +08:00
printWidth: 200,
2024-05-11 14:48:02 +08:00
bracketSpacing: true,
singleQuote: false,
arrowParens: "avoid",
trailingComma: "none"
};