We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f0ade commit 7313ea4Copy full SHA for 7313ea4
CLAUDE.md
@@ -517,6 +517,9 @@ Example: `mcpc @apify logging-set-level debug`
517
518
## Common Implementation Patterns
519
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
+
523
When implementing features:
524
525
1. **Keep core runtime-agnostic** - Use native APIs, avoid runtime-specific dependencies
0 commit comments