lint-all

bởi denoland

Lint tất cả mã nguồn (Rust + JS/TS). Sử dụng trước khi mở PR khi mã Rust đã được thay đổi.

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.