lint-js
द्वारा denoland
केवल JS/TS कोड की जाँच करें। इसका उपयोग PR खोलने से पहले तब करें जब केवल JavaScript या TypeScript फ़ाइलें बदली गई हों (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.