1
0
mirror of https://github.com/fumiama/sekusu.git synced 2026-06-05 00:32:42 +08:00

first commit

This commit is contained in:
源文雨
2024-02-22 02:58:27 +09:00
commit 9e32993a82
29 changed files with 2830 additions and 0 deletions

8
.prettierrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
}