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: v3.0.2
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: v3.0.3
Choose a head ref
  • 6 commits
  • 14 files changed
  • 3 contributors

Commits on Apr 25, 2021

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

Commits on May 9, 2021

  1. Fix: Improve detection of static description strings and ignore non…

    …-static descriptions in `require-meta-docs-description` rule (#113)
    
    Two changes:
    * Drastically improves detection of the `description` string value when it can be determined statically, including handling when the description is stored in a constant or created through string concatenation
    * If we cannot determine the string value of the `description` statically, then bail out and report no violations, so that users can dynamically generate the description if they'd like to
    bmish authored May 9, 2021
    Configuration menu
    Copy the full SHA
    1840a53 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Docs: add npm badge to README (#114)

    Provides a more convenient way to find out what the latest version is as well as link to the package on the NPM site.
    bmish authored May 10, 2021
    Configuration menu
    Copy the full SHA
    36d16df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccac2c2 View commit details
    Browse the repository at this point in the history
  3. Docs: rm global-installed usage (#116)

    it's no longer true for the latest eslint, and global-installed usage is not recommended.
    aladdin-add authored May 10, 2021
    Configuration menu
    Copy the full SHA
    1f99c7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    384f7ba View commit details
    Browse the repository at this point in the history
Loading