This commit is contained in:
yziiy
2025-08-11 11:11:49 +08:00
parent 373e15a66e
commit 444a8e6200
455 changed files with 48704 additions and 0 deletions

9
.prettierrc.js Normal file
View File

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