初始化梵音项目

This commit is contained in:
yziiy
2025-08-11 11:40:20 +08:00
parent 0e1f34d546
commit 38fcae712e
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"
};