lint-js
por denoland
Solo lint de código JS/TS. Usar 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-jsLint JS/TS Code
Run the JS/TS linter:
./x lint-js
If there are lint errors, fix them and re-run until clean.