lint-all
โดย denoland
ตรวจสอบโค้ดทั้งหมด (Rust + JS/TS) ใช้ก่อนเปิด PR เมื่อมีการเปลี่ยนแปลงโค้ด Rust
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.