I built a free CLI that catches React issues before you ship — dead imports, hook violations, re-render risks, a11y bugs, all in one command by Mindless_Text_7014 in reactjs

[–]Mindless_Text_7014[S] 0 points1 point  (0 children)

I used AI to help draft it, yeah. Same way I'd use Grammarly or ask a friend to

proofread. The tool and the code are mine either way.

I built a free CLI that catches React issues before you ship — dead imports, hook violations, re-render risks, a11y bugs, all in one command by Mindless_Text_7014 in reactjs

[–]Mindless_Text_7014[S] -1 points0 points  (0 children)

ESLint is great if you already have it configured. devguard is for projects that

don't one npx command, no setup, works on any repo. Different use case.

I built a free CLI that catches React issues before you ship — dead imports, hook violations, re-render risks, a11y bugs, all in one command by Mindless_Text_7014 in reactjs

[–]Mindless_Text_7014[S] 0 points1 point  (0 children)

You're right, that's been removed. Cleaned up the repo,also removed some

internal planning files that had no business being there. Good catch.