lint-js
von denoland
Lint nur JS/TS-Code. Verwende vor dem Öffnen eines PRs, wenn nur JavaScript- oder TypeScript-Dateien geändert wurden (kein Rust).
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.