Showing 1 of 7 total issues
Function rebrandFn
has 114 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const rebrandFn = async () => {
const { shouldRebrand } = await prompt({
type: "confirm",
name: "shouldRebrand",
message: "Do you want to rebrand this repo?",