We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9334484 commit 2ee375aCopy full SHA for 2ee375a
.github/copilot-instructions.md
@@ -23,6 +23,8 @@ recipe-scrapers-js/
23
## TypeScript Rules
24
25
### Strict Type Safety
26
+
27
+- **Never use non-null assertions (!)**
28
- **Never use `any`** - Use proper types, unions, or `unknown` instead
29
- **Avoid type casting** unless absolutely necessary and safe
30
- Use **type guards** for runtime type checking instead of casting
0 commit comments