chore: add Cursor rules for discouraging any or unknown in TS (#2373)

This commit is contained in:
Nico Miguelino
2025-06-30 08:59:30 -07:00
committed by GitHub
parent 047d8af175
commit 7053ca9e0b

View File

@@ -14,3 +14,4 @@ on how to run them.
- Third-party imports
- Imports from other files in the project
- Separate import groups with blank lines.
- Do not use `any` or `unknown` for types.