cloudflare / cloudflare/vinext
Adding stricter linter rules as rails for agents
Open
- Dominant language
- TypeScript
- Stars
- 8.8k
- Forks
- 406
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 120
Description
Suggestions:
"vinext/no-ts-assertion-in-src": "error",
"vinext/no-client-hooks-in-server-runtime": "error",
"vinext/no-shell-true": "error",
"vinext/no-silent-catch": "error",
"vinext/no-json-parse-assertion": "error",
Also maybe tsconfig:
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
Contributor guide
Assessment
This issue has not been assessed yet.