Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .agents/commands/code/lint-fix.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
Use the lint-fixer agent to run `npm run lint` and fix any errors that occur.
Run `npm run lint` and fix any errors.

## Lint Tools (in order)
1. Biome (`biome check --write`) - Formatter + linter, auto-fixes
2. oxlint (`oxlint --fix`) - Fast linter, auto-fixes
3. tsgo (`--noEmit`) - Type checking (manual fix required)
4. secretlint - Secret detection

## Config Files
- `biome.json`, `.oxlintrc.json`, `.secretlintrc.json`
38 changes: 0 additions & 38 deletions .claude/skills/lint-fixer/SKILL.md

This file was deleted.

Loading