lint-js

bởi denoland

Chỉ lint mã JS/TS. Sử dụng trước khi mở PR khi chỉ có các tệp JavaScript hoặc TypeScript được thay đổi (không có Rust).

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.