figbot

Results 141 comments of figbot
trafficstars

Hello @ScottRobinson03, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible: - [ ] Do all...

Hello @dependabot[bot], thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible: - [ ] Do all...

# Overview ## src/npm.ts: ### Info: ### Single Functions: **custom:** ```typescript async function (tokens, executeShellCommand) { if (!tokens.includes("-g") && !tokens.includes("--global")) { const { stdout: npmPrefix } = await executeShellCommand({ command:...

Hello @bondz, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible: - [ ] Do all...

# Overview ## src/oxlint.ts: ### Info:

Hello @DonIsaac, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible: - [ ] Do all...

All contributors have signed the CLA ✍️ ✅Posted by the ****CLA Assistant Lite bot****.

# Overview ## src/linkli.ts: ### Info: ### Single Functions: **postProcess:** ```typescript function (out, tokens) { const entered_names = tokens.slice(2, -1); const split_out = out.split("\n"); if (split_out.length === 1) { const...