lint-js
par denoland
Lint le code JS/TS uniquement. À utiliser avant d'ouvrir une PR lorsque seuls des fichiers JavaScript ou TypeScript ont été modifiés (pas de 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.