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: eslint-community/eslint-plugin-eslint-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.0
Choose a base ref
...
head repository: eslint-community/eslint-plugin-eslint-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.5.0
Choose a head ref
  • 6 commits
  • 39 files changed
  • 6 contributors

Commits on Dec 18, 2024

  1. refactor: add utils.getSourceCode(), utils.getScope(), utils.getparse…

    …rServices(), utils.getFilename()
    aladdin-add committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    c53b4eb View commit details
    Browse the repository at this point in the history
  2. build: add node v23

    aladdin-add committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    e909461 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

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

Commits on May 5, 2025

  1. docs: Remove mention of sourceType in the recommended config (#515)

    The recommended configuration doesn't set `sourceType` to `script` anymore. See #514
    Zwyx authored May 5, 2025
    Configuration menu
    Copy the full SHA
    735b983 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Add new rule no-meta-replaced-by (#518)

    * feat: add `no-meta-replaced-by` rule
    
    * test: add `no-meta-replaced-by` tests
    
    * docs: add `no-meta-replaced-by` docs
    
    * docs: add `When Not To Use It`
    
    * fix: update description and recommendation status for rule
    
    * test: add valid test case
    
    * docs: clarify description of rule and update examples
    
    * fix: cleanup jsdoc
    
    * docs: update examples of correct code
    
    * docs: remove `When not to use it`
    
    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    
    * Update docs/rules/no-meta-replaced-by.md
    
    ---------
    
    Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
    error-four-o-four and bmish authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    105f05d View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.5.0 (#520)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    5fdc72c View commit details
    Browse the repository at this point in the history
Loading