Skip to content

Commit 4a765c6

Browse files
committed
chore: add coderabbit configuration
1 parent c11d086 commit 4a765c6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.coderabbit.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
---
3+
reviews:
4+
path_instructions:
5+
- path: src/**/*.js
6+
instructions: |
7+
Review JavaScript code for:
8+
- Proper async/await and Promise handling
9+
- Error handling and graceful failures
10+
- GitHub API usage patterns
11+
- SVG generation best practices

0 commit comments

Comments
 (0)