feat: 기본 레이아웃 설정, 스타일 설정, 메뉴 세팅 (ui는 kamco 프로젝트 기반)

This commit is contained in:
2026-04-08 16:50:15 +09:00
parent 3f5e1fe6d1
commit 83ad885641
23 changed files with 322 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ export default tseslint.config(
{
rules: {
'@stylistic/jsx-one-expression-per-line': 'off',
'@stylistic/multiline-ternary': 'off',
'react-hooks/set-state-in-effect': 'off',
},
},
);