lint-js

Apenas lint de código JS/TS. Use antes de abrir um PR quando apenas arquivos JavaScript ou TypeScript foram alterados (sem 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.