lint-js
作者: denoland
仅检查JS/TS代码。当只更改了JavaScript或TypeScript文件(没有Rust)时,在打开PR之前使用。
npx skills add https://github.com/denoland/deno --skill lint-jsLint JS/TS Code
Run the JS/TS linter:
./x lint-js
If there are lint errors, fix them and re-run until clean.