-
-
Notifications
You must be signed in to change notification settings - Fork 794
docs: qwik no-react-props rule reference #8210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 6e932b8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Caution Review failedThe pull request is closed. WalkthroughThe NoReactSpecificProps lint rule declaration was changed to include an additional ESLint rule source. It now lists both RuleSource::EslintSolid("no-react-specific-props") and RuleSource::EslintQwik("no-react-props") as sources; all other behavior is unchanged. Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (1 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Comment |
CodSpeed Performance ReportMerging #8210 will not alter performanceComparing Summary
Footnotes
|
|
Could use a small changeset. |
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Summary
Missing qwik rule reference
Test Plan
Docs