query icon indicating copy to clipboard operation
query copied to clipboard

docs: add missing eslint rules from left navigation

Open espada-edalex opened this issue 2 months ago • 4 comments

🎯 Changes

Add missing ESLint rules to the left hand side navigation

image

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.

espada-edalex avatar Oct 01 '25 01:10 espada-edalex