fix: update ESLint command in documentation for clarity
This commit is contained in:
parent
165f43a691
commit
369a37903f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue