v3.0.0: 저장소 재시작 및 전체 자산 반영

This commit is contained in:
2026-03-30 16:42:56 +09:00
commit 0988e31689
9461 changed files with 129835 additions and 0 deletions

14
.prettierrc.json Normal file
View File

@@ -0,0 +1,14 @@
{
"arrowParens": "avoid",
"bracketSameLine": true,
"bracketSpacing": true,
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 100,
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "all",
"useTabs": false,
"vueIndentScriptAndStyle": false
}