Skip to content

Commit 7313ea4

Browse files
committed
Updated CLAUDE.md
1 parent 26f0ade commit 7313ea4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,9 @@ Example: `mcpc @apify logging-set-level debug`
517517

518518
## Common Implementation Patterns
519519

520+
After making any code changes, always run `npm run lint` and fix all errors before finishing. The lint command checks both ESLint rules and
521+
Prettier formatting; run `npx prettier --write` on any files flagged for formatting issues or `npm run lint` to fix the entire repo.
522+
520523
When implementing features:
521524

522525
1. **Keep core runtime-agnostic** - Use native APIs, avoid runtime-specific dependencies

0 commit comments

Comments
 (0)