docs: add husky and lint-staged pre-commit integration guide (#203)#213
Open
PranavAgarkar07 wants to merge 1 commit into
Open
docs: add husky and lint-staged pre-commit integration guide (#203)#213PranavAgarkar07 wants to merge 1 commit into
PranavAgarkar07 wants to merge 1 commit into
Conversation
|
Note No issues found |
|
@PranavAgarkar07 is attempting to deploy a commit to the Million Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds documentation for integrating react-doctor with husky and lint-staged as a pre-commit hook. The
--stagedmode is already designed for pre-commit workflows — this just shows users how to wire it up.Closes #203
Note
Low Risk
Low risk: documentation-only change that doesn’t alter runtime behavior or interfaces.
Overview
Adds a new README section describing how to run
react-doctorin a pre-commit hook using Husky + lint-staged, including example commands and alint-stagedconfig that runsreact-doctor --staged --fail-on error --yesto block commits on errors (with notes on stricterwarninggating /--json).Reviewed by Cursor Bugbot for commit 9a3f3e4. Bugbot is set up for automated code reviews on this repo. Configure here.