typescript
nextjs
nextjs_typescript
Official
Configuration
Policy
Use the App Router with server components as the default.
Handle data fetching through Route Handlers or server actions.
Enable next/core-web-vitals ESLint config and strict mode.
Commands
dev
pnpm next dev --turbo
lint
pnpm next lint
test
pnpm vitest run --coverage
build
pnpm next build
typecheck
pnpm tsc --noEmit
Add This Standard
Sign in to add this standard to your workspace
Sign in with GitHubDetails
- Language
- typescript
- Framework
- nextjs
- Used in
- 5 rulesets