Skip to content
Topic archive

#vitest

Filtered to 3 posts connected by the #vitest topic.

3 posts 56 total topics
Filtered by topic

Browse by topic

Select a different topic from the filter to switch views, or clear to see all posts.

Development Workflow with Husky for Next.js, ESLint, and Vitest Integration
Writing Tutorial 2 min read

Development Workflow with Husky for Next.js, ESLint, and Vitest Integration

A practical Husky setup for Next.js projects so linting, testing, and pre-push checks become part of the team workflow instead of a last-minute cleanup step.

In series: Building a Production Next.js App · Part 3

Building the Best Next.js TypeScript Standard Vitest ESLint Configuration
Writing Guide 5 min read

Building the Best Next.js TypeScript Standard Vitest ESLint Configuration

Configure ESLint for Next.js with TypeScript and Vitest integration. Covers code quality rules, import conventions, and a scalable setup for React projects.

In series: Building a Production Next.js App · Part 2