lint-all

作者: denoland

對所有程式碼進行 lint(Rust + JS/TS)。在修改 Rust 程式碼後、開啟 PR 前使用。

npx skills add https://github.com/denoland/deno --skill lint-all

Lint All Code

Run the full linter (Rust + JS/TS):

./x lint

If there are lint errors, fix them and re-run until clean.