Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
- TypeScript는 `strict` 모드 기준으로 작성한다. `any`는 사용하지 않고, `as` 타입 단언도 꼭 필요한 경우가 아니면 지양한다.
- SCSS는 nesting 기준으로 작성하되, 컴포넌트 클래스는 BEM 스타일의 `&__` / `&--` 형태를 우선 사용한다. 같은 블록 안에서 하위 요소는 일관된 네이밍으로 묶는다.
- Nuxt, Vue 관련 코드 수정이 필요하면 `vue-expert` 서브 에이전트를 우선 사용한다.

@DESIGN.md
Loading
Loading