-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
docs: add docs for mutation-property-order eslint rule #9271
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
docs: add docs for mutation-property-order eslint rule #9271
Conversation
|
WalkthroughAdds documentation for a new ESLint rule "@tanstack/query/mutation-property-order" and updates the plugin rules list to reference it. Changes are documentation-only under docs/eslint/, with no functional or control-flow modifications. (50 words) Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
5d7869e
to
18a12ca
Compare
b1d4cc6
to
a203c19
Compare
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: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
docs/eslint/eslint-plugin-query.md
(1 hunks)docs/eslint/mutation-property-order.md
(1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
- docs/eslint/mutation-property-order.md
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-09-02T17:57:33.184Z
Learnt from: TkDodo
PR: TanStack/query#9612
File: packages/query-async-storage-persister/src/asyncThrottle.ts:0-0
Timestamp: 2025-09-02T17:57:33.184Z
Learning: When importing from tanstack/query-core in other TanStack Query packages like query-async-storage-persister, a workspace dependency "tanstack/query-core": "workspace:*" needs to be added to the package.json.
Applied to files:
docs/eslint/eslint-plugin-query.md
Summary by CodeRabbit