fix: update ESLint command in documentation for clarity

This commit is contained in:
devilreef 2026-01-10 19:07:17 +06:00
parent 165f43a691
commit 369a37903f

View file

@ -7,7 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
```bash ```bash
pnpm dev # Run with hot-reload (development) pnpm dev # Run with hot-reload (development)
pnpm start # Run production pnpm start # Run production
pnpm lint # ESLint check (npx eslint src/) npx eslint src/ # ESLint check
``` ```
## Architecture ## Architecture