itsdillon readmewriter-example .cursorrules file for TypeScript

Wrap route handlers in `try/catch` blocks to handle errors.

Use `c.json()` for JSON responses instead of `c.text()`.

Export non-handler code into separate files like `lib/helpers.ts`. 

Use TypeScript interfaces for request/response types.

Follow PascalCase for type names.

Use async/await syntax for async route handlers.

Validate input parameters with Zod or other validators.

Add middleware for logging, authentication, etc.

Use Bun's build tooling for production bundles.

Add ESLint for code linting.

Style components with Tailwind CSS.
bun
eslint
tailwindcss
typescript

First Time Repository

TypeScript

Languages:

TypeScript: 0.4KB
Created: 7/9/2024
Updated: 10/5/2024

All Repositories (1)