-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
docs: add missing eslint rules from left navigation #9719
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
base: main
Are you sure you want to change the base?
docs: add missing eslint rules from left navigation #9719
Conversation
|
WalkthroughAdded two ESLint rule entries—"No void Query Functions" and "Mutation Property Order"—to docs/config.json under the ESLint section. No other files or public APIs were changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
View your CI Pipeline Execution ↗ for commit 2d1888f
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/config.json (1)
1014-1015
: Capitalize “Void” for consistency.All other ESLint nav labels use Title Case. Capitalizing “Void” here keeps the menu consistent with the rest of the section.
- "label": "No void Query Functions", + "label": "No Void Query Functions",
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/config.json
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Test
🎯 Changes
Add missing ESLint rules to the left hand side navigation
I noticed the new mutation rule didn't appear there, and when checking saw that a previously added rule was also missing from the list.
✅ Checklist
pnpm test:pr
.🚀 Release Impact
Summary by CodeRabbit