1
0
forked from baron/baron-sso

admin front 일부 페이지 스케폴딩

This commit is contained in:
Lectom C Han
2026-01-26 19:51:13 +09:00
parent 99b9e6bd48
commit 4c608c6c3c
41 changed files with 6287 additions and 47 deletions

23
admin-front/biome.json Normal file
View File

@@ -0,0 +1,23 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"formatter": {
"indentStyle": "space"
},
"linter": {
"enabled": true,
"rules": {
"style": {
"useEnumInitializers": "off"
},
"a11y": {
"noLabelWithoutControl": "off"
}
}
},
"organizeImports": {
"enabled": true
},
"files": {
"ignore": ["dist", "node_modules", "tsconfig*.json"]
}
}