lint-js

tarafından denoland

Yalnızca JS/TS kodunu lint et. Yalnızca JavaScript veya TypeScript dosyaları değiştirildiğinde (Rust değil) PR açmadan önce kullan.

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.