@bomb.sh/tools

The internal dev, build, and lint CLI for Bombshell projects

lint

283 linesSource

Multi-tool linting pipeline: oxlint, publint, knip, tsgo run in parallel via pnpm run lint. Covers Bombshell conventions: URL over node:path, max 2 params with options bag, named exports only, import type, prefer node builtins, no console.log, no generic Error. Use when checking code quality or understanding lint violations.