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.2
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.3
Choose a head ref
  • 19 commits
  • 71 files changed
  • 3 contributors

Commits on Apr 1, 2026

  1. Configuration menu
    Copy the full SHA
    add72e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. Configuration menu
    Copy the full SHA
    8278f45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a2d941 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc9d05c View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependencies

    - eslint-plugin-perfectionist 5.7.0 → 5.8.0
    - fumadocs-core 16.7.7 → 16.7.9
    - fumadocs-twoslash 3.1.14 → 3.1.15
    - fumadocs-typescript 5.2.0 → 5.2.1
    - fumadocs-ui 16.7.7 → 16.7.9
    - @effect/language-service 0.84.2 → 0.84.3
    - path-to-regexp 8.4.1 → 8.4.2
    - esbuild 0.27.4 → 0.27.5
    - lodash 4.18.0 → 4.18.1
    - undici 7.24.7 → 8.0.0
    Rel1cx committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    fc5b9e7 View commit details
    Browse the repository at this point in the history
  5. release: 4.2.3-beta.0

    Rel1cx committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    b2bf66a View commit details
    Browse the repository at this point in the history
  6. chore: minor docs fixes

    Rel1cx committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    48deb44 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    032970b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cade30 View commit details
    Browse the repository at this point in the history
  9. release: 4.2.3-beta.1

    Rel1cx committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    47eb968 View commit details
    Browse the repository at this point in the history
  10. refactor(examples): split eslint.config.rules.ts into modular .config…

    … directory
    
    - Replace monolithic eslint.config.rules.ts (869 lines) with modular .config/ structure
    - Create individual config files for each rule (23 modules total)
    - Add index.ts barrel export for centralized imports
    - Update all recipe docs to reference new .config/* paths
    - Update eslint.config.ts import statement
    Rel1cx committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    a3e94df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f47bb46 View commit details
    Browse the repository at this point in the history
  12. Rename hasSuspiciousSemicolon to hasLeakedSemicolon

    Update the check to use the renamed hasLeakedSemicolon helper and adjust
    the error message to indicate a potential leaked trailing semicolon.
    Rel1cx committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    27f7550 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    781b0e8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d2860c6 View commit details
    Browse the repository at this point in the history
  15. feat(jsx): add jsx-no-leaked-semicolon rule, closes #1685 (#1686)

    Signed-off-by: REL1CX <solarflarex@qq.com>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Rel1cx and Copilot authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    fbb4950 View commit details
    Browse the repository at this point in the history
  16. docs: remove jsx-no-leaked-semicolon recipe

    The rule has been officially implemented in feat(jsx): add jsx-no-leaked-semicolon rule.
    Remove the custom recipe documentation as it's no longer needed.
    Rel1cx committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    bb0feb2 View commit details
    Browse the repository at this point in the history
  17. feat(jsx): add jsx-no-leaked-dollar rule, add suggest fix to jsx-no-l…

    …eaked-semicolon rule (#1688)
    
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    Rel1cx and claude authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    b86bdd6 View commit details
    Browse the repository at this point in the history
  18. release: 4.2.3

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