feat: 更新模板

This commit is contained in:
2025-09-19 11:24:41 +08:00
parent bc2aff3a4b
commit 560367eeb5
15 changed files with 308 additions and 1831 deletions

View File

@@ -1,12 +1,12 @@
{
"$schema": "https://json.schemastore.org/prettierrc.json",
"tabWidth": 2,
"$schema": "https://json.schemastore.org/prettierrc",
"printWidth": 100,
"semi": true,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false,
"endOfLine": "auto",
"tabWidth": 2,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all",
"semi": false,
"bracketSpacing": true,
"arrowParens": "always",
"trailingComma": "all"
"endOfLine": "lf"
}