lint-js

Solo verifica código JS/TS. Úsalo antes de abrir un PR cuando solo se modificaron archivos JavaScript o TypeScript (sin Rust).

npx skills add https://github.com/denoland/deno --skill 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.