lint-all
oleh denoland
Lint semua kode (Rust + JS/TS). Gunakan sebelum membuka PR ketika kode Rust diubah.
npx skills add https://github.com/denoland/deno --skill lint-allLint All Code
Run the full linter (Rust + JS/TS):
./x lint
If there are lint errors, fix them and re-run until clean.