We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11d086 commit 4a765c6Copy full SHA for 4a765c6
.coderabbit.yaml
@@ -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