typescript nextjs

nextjs_typescript

Configuration

Minimum Version
5.5
Package Manager
pnpm
Test Framework
vitest
Linter
eslint
Formatter
prettier
Test Runner
vitest

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

Included in Rulesets

Next.js Patterns
28 rules • 1 standard
View
TypeScript Guide
28 rules • 4 standards
View
Vitest Testing
24 rules • 3 standards
View
ESLint Standards
22 rules • 5 standards
View
pnpm Standards
23 rules • 3 standards
View

Add This Standard

Sign in to add this standard to your workspace

Sign in with GitHub

Details

Language
typescript
Framework
nextjs
Used in
5 rulesets