This commit is contained in:
digua
2025-11-26 13:57:24 +08:00
commit 49ecd8fc1d
31 changed files with 8670 additions and 0 deletions

9
.prettierrc.yaml Normal file
View File

@@ -0,0 +1,9 @@
singleQuote: true
semi: false
printWidth: 120
trailingComma: 'es5'
tabWidth: 2
useTabs: false
endOfLine: 'lf'
htmlWhitespaceSensitivity: 'ignore'
arrowParens: 'always'