oxlint-plugin-react-doctor 0.2.0-beta.4 → 0.2.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -61,7 +61,7 @@ Each rule can be set to `"error"`, `"warn"`, or `"off"`:
61
61
  This package only ships the oxlint plugin. To run React Doctor's full scan (with scoring, JSON reports, agent integration, etc.), use the main CLI:
62
62
 
63
63
  ```bash
64
- npx -y react-doctor@latest .
64
+ npx react-doctor@latest
65
65
  ```
66
66
 
67
67
  See the [React Doctor README](https://github.com/millionco/react-doctor#readme) for the full feature set.