Skip to content

docs(react-doctor): document stacked disable-next-line#185

Open
prantikmedhi wants to merge 1 commit intomillionco:mainfrom
prantikmedhi:fix/issue-159
Open

docs(react-doctor): document stacked disable-next-line#185
prantikmedhi wants to merge 1 commit intomillionco:mainfrom
prantikmedhi:fix/issue-159

Conversation

@prantikmedhi
Copy link
Copy Markdown

@prantikmedhi prantikmedhi commented May 9, 2026

Fixes #159.

Adds an explicit example showing that stacked react-doctor-disable-next-line comments work (one rule per line), alongside the existing comma-separated form.


Note

Low Risk
Low risk documentation-only change; no runtime or linting behavior is modified.

Overview
Clarifies README guidance for inline suppressions by documenting two supported ways to disable multiple rules on one line: comma-separated IDs in a single comment or stacked react-doctor-disable-next-line comments.

Adds a concrete stacked-comment tsx example and keeps the existing note about block comments inside JSX.

Reviewed by Cursor Bugbot for commit da5b9ba. Bugbot is set up for automated code reviews on this repo. Configure here.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 9, 2026

@prantikmedhi is attempting to deploy a commit to the Million Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stacked // react-doctor-disable-next-line comments shadow each other; comma-syntax works but is undocumented

1 participant