Skip to content

Commit 3dc3589

Browse files
authored
chore: update AGENTS guidance for frontend tooling (langgenius#29228)
1 parent c012edd commit 3dc3589

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The codebase is split into:
2424

2525
```bash
2626
cd web
27-
pnpm lint
2827
pnpm lint:fix
28+
pnpm type-check:tsgo
2929
pnpm test
3030
```
3131

@@ -39,7 +39,7 @@ pnpm test
3939
## Language Style
4040

4141
- **Python**: Keep type hints on functions and attributes, and implement relevant special methods (e.g., `__repr__`, `__str__`).
42-
- **TypeScript**: Use the strict config, lean on ESLint + Prettier workflows, and avoid `any` types.
42+
- **TypeScript**: Use the strict config, rely on ESLint (`pnpm lint:fix` preferred) plus `pnpm type-check:tsgo`, and avoid `any` types.
4343

4444
## General Practices
4545

0 commit comments

Comments
 (0)