Lint
Run linting and fix issues.
Claude CodeGeneric
# Lint
Run linting and fix issues.
## Steps
1. Run lint check:
```bash
pnpm --filter @vapour/web run lint
If there are auto-fixable issues, run:
pnpm --filter @vapour/web run lint:fixFor remaining issues that can't be auto-fixed:
- Read the file with the error
- Fix the issue manually following the ESLint rule
- Common rules in this codebase:
@typescript-eslint/consistent-type-assertions- UsedocToTypedhelper instead ofas Type@typescript-eslint/no-unused-vars- Remove or use the variablereact-hooks/exhaustive-deps- Add missing dependencies to useEffect
Re-run lint until all issues are resolved.
Maintain Lint?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Lint on getagentictools](https://getagentictools.com/loops/sekkizharvdt-lint?ref=badge)