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

10 lines
169 B
JavaScript
Raw Normal View History

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