query
query copied to clipboard
docs: add missing eslint rules from left navigation
🎯 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
- [x] I have followed the steps in the Contributing guide.
- [x] I have tested this code locally with
pnpm test:pr.
🚀 Release Impact
- [ ] This change affects published code, and I have generated a changeset.
- [x] This change is docs/CI/dev-only (no release).
Summary by CodeRabbit
- Documentation
- Updated ESLint guidelines in the docs to include three new items, improving clarity on code standards. Additions include entries such as “No void Query Functions” and “Mutation Property Order.” This helps teams align on consistent linting expectations without altering existing rules or functionality.