lint-all
작성자: denoland
모든 코드 린트 (Rust + JS/TS). Rust 코드가 변경되었을 때 PR을 열기 전에 사용하세요.
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.