Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Rel1cx/eslint-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.1
Choose a base ref
...
head repository: Rel1cx/eslint-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.2
Choose a head ref
  • 19 commits
  • 56 files changed
  • 2 contributors

Commits on Apr 1, 2026

  1. Configuration menu
    Copy the full SHA
    8024db6 View commit details
    Browse the repository at this point in the history
  2. Add Recipes link and update install command

    - Add "Recipes" to the home layout navigation
    - Update docs example to use npm install instead of npm --save-dev
    Rel1cx committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    7319679 View commit details
    Browse the repository at this point in the history
  3. docs: add component-hook-factories recipe and update examples

    - Add new documentation page for component-hook-factories rule recipe
    - Update function-component-definition examples with hint configuration
    - Reorder recipes in meta.json and overview table
    - Update kit README with improved examples and documentation links
    Rel1cx committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    ebc6ed1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8557c9 View commit details
    Browse the repository at this point in the history
  5. docs(website): update recipes overview page

    - Improve custom rule code examples with more detailed implementation
    - Update ESLint config example to use modern flat config format
    - Remove redundant "See Also" section from recipes overview
    - Add redirect from /docs/recipes to /docs/recipes/overview
    Rel1cx committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    4403ad0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bb7818 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5db4d9f View commit details
    Browse the repository at this point in the history
  8. Bump dprint to 0.53.2

    Rel1cx committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    887bcd0 View commit details
    Browse the repository at this point in the history
  9. docs(website): simplify rule definition example in recipes overview

    Replace the complex functionComponentDefinition example with a
    simpler noForwardRef example that demonstrates deprecated API
    detection in React 19.
    Rel1cx committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    d089717 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bc8d87 View commit details
    Browse the repository at this point in the history
  11. docs: Add noExplicitSpreadProps rule to custom-rules-of-props recipe, c…

    …loses #503
    
    - Rename recipe files from .mdx to .md extension
    - Add noExplicitSpreadProps rule to custom-rules-of-props recipe
    - Rename jsxNoDuplicateProps to noDuplicateProps for consistency
    - Update import order and code formatting in function-component-definition
    - Clean up examples and remove redundant comments
    Rel1cx committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    6d28feb View commit details
    Browse the repository at this point in the history
  12. docs: add noCircularEffect recipe and register in examples, closes #755

    … (#1681)
    
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    Rel1cx and claude committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    caf5578 View commit details
    Browse the repository at this point in the history
  13. Migrate recipe docs to MDX format

    - Replace four recipe docs with MDX versions:
      - component-hook-factories.md -> component-hook-factories.mdx
      - custom-rules-of-props.md -> custom-rules-of-props.mdx
      - custom-rules-of-state.md -> custom-rules-of-state.mdx
      - function-component-definition.md -> function-component-definition.mdx
    - Update no-circular-effect.mdx to add Tabs import at the top
    Rel1cx committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    3d28df8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    232bf9a View commit details
    Browse the repository at this point in the history
  15. docs: standardize punctuation and phrasing in recipe docs (#1682)

    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    Rel1cx and claude authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    c4a26c6 View commit details
    Browse the repository at this point in the history
  16. docs: standardize recipe frontmatter descriptions

    - Remove "Custom rule" prefix from descriptions for consistency
    - Use third-person verb forms (disallows, validates, detects, enforces)
    - Update rules count for custom-rules-of-props (2 -> 3)
    Rel1cx committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    aec41ef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aec3337 View commit details
    Browse the repository at this point in the history
  18. refactor(kit): rename RuleDefinition to RuleFunction and deprecate ol…

    …d name (#1683)
    
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    Rel1cx and claude authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    8caf63d View commit details
    Browse the repository at this point in the history
  19. release: 4.2.2

    Rel1cx committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    b93af46 View commit details
    Browse the repository at this point in the history
Loading