Lint

Run linting and fix issues.

sekkizharvdt 1 updated 1mo ago
Claude CodeGeneric
View source ↗
# Lint

Run linting and fix issues.

## Steps

1. Run lint check:

   ```bash
   pnpm --filter @vapour/web run lint
  1. If there are auto-fixable issues, run:

    pnpm --filter @vapour/web run lint:fix
    
  2. For 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 - Use docToTyped helper instead of as Type
      • @typescript-eslint/no-unused-vars - Remove or use the variable
      • react-hooks/exhaustive-deps - Add missing dependencies to useEffect
  3. 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)