This commit is contained in:
2026-01-28 00:37:56 +08:00
parent 3e69f45d4f
commit b331b820ad
95 changed files with 24172 additions and 0 deletions

5
.prettierrc.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
arrowParens: 'avoid',
singleQuote: true,
trailingComma: 'all',
};