This commit is contained in:
mindol1004
2024-12-23 10:03:23 +09:00
parent d80cba44d8
commit 877997c3f7
43 changed files with 3565 additions and 982 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"singleQuote": true,
"semi": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 120,
"arrowParens": "always"
}