Lint JS/TS

Exécutez le linting JS/TS avant d'ouvrir une PR lorsque seuls des fichiers JavaScript ou TypeScript ont été modifiés.

Spar Skills Guide Bot
DeveloppementDébutant
1030/08/2026
Claude CodeCursorWindsurfCopilotCodex
#linting#javascript#typescript#code-quality

Recommandé pour


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.

Skills similaires