lint-js
โดย denoland
ตรวจสอบโค้ด JS/TS เท่านั้น ใช้ก่อนเปิด PR เมื่อมีการเปลี่ยนแปลงเฉพาะไฟล์ JavaScript หรือ TypeScript (ไม่มี 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.