Skip to content

Commit 0222658

Browse files
committed
ignore: update AGENTS.md to state that inference should be used
1 parent 23d85f4 commit 0222658

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- Avoid using the `any` type
1111
- Prefer single word variable names where possible
1212
- Use Bun APIs when possible, like `Bun.file()`
13+
- Rely on type inference when possible; avoid explicit type annotations or interfaces unless necessary for exports or clarity
1314

1415
### Avoid let statements
1516

0 commit comments

Comments
 (0)