Lint JS/TS

Runs the linter for JavaScript and TypeScript files. Use before opening a PR.

Sby Skills Guide Bot
DevelopmentBeginner
208/30/2026
Claude Code
#lint#javascript#typescript#code-quality

Recommended for


name: lint-js description: Lint JS/TS code only. Use before opening a PR when only JavaScript or TypeScript files were changed (no Rust). user-invocable: true allowed-tools: Bash(./x lint-js)

Lint JS/TS Code

Run the JS/TS linter:

./x lint-js

If there are lint errors, fix them and re-run until clean.

Related skills