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: gajus/eslint-plugin-jsdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v48.10.2
Choose a base ref
...
head repository: gajus/eslint-plugin-jsdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v50.2.2
Choose a head ref
  • 14 commits
  • 85 files changed
  • 3 contributors

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    058018b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    116b3e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. docs: use ts for TypeScript code blocks

    regseb authored and brettz9 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0973caf View commit details
    Browse the repository at this point in the history
  2. docs: update generated docs

    brettz9 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b3c6c02 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. docs: fix URL; fixes #1293

    brettz9 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ce230a8 View commit details
    Browse the repository at this point in the history
  2. feat(lines-before-block): add new rule; fixes #1209

    BREAKING CHANGE:
    
    Adds new rule to recommended
    brettz9 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0265923 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix(lines-before-block): remove rule from recommended

    BREAKING CHANGE:
    
    Have to selectively enable the `lines-before-block` rule to have it apply now.
    brettz9 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1cae2cb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    75528b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e82aeb View commit details
    Browse the repository at this point in the history
  3. feat: added granular flat TypeScript configs (#1298)

    * feat: added granular flat TypeScript configs
    
    ---------
    Co-authored-by: Brett Zamir <[email protected]>
    
    * docs: add rationales section
    JoshuaKGoldberg authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    aed3194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    964712b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    b039833 View commit details
    Browse the repository at this point in the history
  2. fix(check-param-names): check against whitelist of acceptable funct…

    …ion nodes so that non-function global contexts do not err; fixes #1303
    
    Also adds warning in docs for use of global settings contexts.
    brettz9 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    288f0ae View commit details
    Browse the repository at this point in the history
Loading