From 369a37903f007d92115ab853a85bc7753b0808e8 Mon Sep 17 00:00:00 2001 From: devilreef <86633411+devilr33f@users.noreply.github.com> Date: Sat, 10 Jan 2026 19:07:17 +0600 Subject: [PATCH] fix: update ESLint command in documentation for clarity --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 37560ac..bf4cc30 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -7,7 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ```bash pnpm dev # Run with hot-reload (development) pnpm start # Run production -pnpm lint # ESLint check (npx eslint src/) +npx eslint src/ # ESLint check ``` ## Architecture