Skip to content
Topic archive

#eslint

Filtered to 5 posts connected by the #eslint topic.

5 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.

Boosting Code Quality and Efficiency with My ESLint Configuration Library
Writing Case Study 5 min read

Boosting Code Quality and Efficiency with My ESLint Configuration Library

Reusable ESLint library for React, Next.js, and TypeScript projects. Enforces code quality with flat config support and simplifies the move from ESLint 8 to 9.

In series: ESLint in Practice · Part 2

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