lint-js

作者: denoland

僅對 JS/TS 程式碼進行 lint。僅在僅修改了 JavaScript 或 TypeScript 檔案(無 Rust)時,於開啟 PR 前使用。

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.