refactor(web): simplify lint scripts, remove duplicates and standardize naming (#26259)

This commit is contained in:
lyzno1
2025-09-26 16:20:12 +08:00
committed by GitHub
parent 2a0abc51b1
commit e6d4331994
2 changed files with 4 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ uv run --directory api basedpyright # Type checking
```bash
cd web
pnpm lint # Run ESLint
pnpm eslint-fix # Fix ESLint issues
pnpm lint:fix # Fix ESLint issues
pnpm test # Run Jest tests
```