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: v60.8.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: v61.1.1
Choose a head ref
  • 16 commits
  • 34 files changed
  • 2 contributors

Commits on Oct 6, 2025

  1. Configuration menu
    Copy the full SHA
    87464a6 View commit details
    Browse the repository at this point in the history
  2. fix(valid-types): re-allow namepaths in name-definers like typedef …

    …in non-typescript mode; fixes #1557
    brettz9 committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    680cf1d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Configuration menu
    Copy the full SHA
    6afdc2a View commit details
    Browse the repository at this point in the history
  2. feat(type-formatting): add genericAndTupleElementSpacing option f…

    …or tuples and generics
    brettz9 committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    2735b6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8eeca8 View commit details
    Browse the repository at this point in the history
  4. feat(type-formatting): keyValuePostColonSpacing, `keyValuePostKey…

    …Spacing`, `keyValuePostOptionalSpacing`, `keyValuePostVariadicSpacing` for key-value pairs (and object fields)
    
    Also:
    - chore: update jsdoccomment, semver, devDep.
    brettz9 committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    ecf3a4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a361dc9 View commit details
    Browse the repository at this point in the history
  6. feat(type-formatting): change stringQuotes default to double; f…

    …ixes #1556
    
    BREAKING CHANGE:
    
    Set `stringQuotes` option to `single` to restore old behavior
    brettz9 committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    0837647 View commit details
    Browse the repository at this point in the history
  7. fix(require-yields-*, require-throws-*): ensure alias of throws (…

    …exception) and of yields (yield) are checked; fixes #1559 (#1560)
    brettz9 authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    38770c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    92bf39e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbda8aa View commit details
    Browse the repository at this point in the history
  3. Update src/rules/tsPreferFunctionType.js

    Co-authored-by: Copilot <[email protected]>
    brettz9 and Copilot committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    7b0740d View commit details
    Browse the repository at this point in the history
  4. docs: update

    brettz9 committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    ad97ccd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a19af97 View commit details
    Browse the repository at this point in the history
  6. feat(ts-no-unnecessary-template-expression): create new rule to cat…

    …ch extra markup within template types
    brettz9 committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    64082aa View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

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