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: v34.6.3
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: v34.7.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on May 17, 2021

  1. feat: add custom spacing to line alignment rule (#740); fixes #732

    `customSpacings` option:
    
    ```js
            customSpacings: {
              postDelimiter: 2,
              postTag: 3,
              postType: 2,
              postName: 3,
            },
    ```
    
    If the spacing is not defined, it uses 1 by default.
    
    Co-authored-by: Renatho De Carli Rosa <renatho@automattic.com>
    Co-authored-by: Brett Zamir <brettz9@yahoo.com>
    3 people authored May 17, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3da3d31 View commit details
  2. Copy the full SHA
    8e6e102 View commit details
  3. Revert "Revert "feat: add custom spacing to line alignment rule (#740);

    fixes #732""
    
    This reverts commit 8e6e102.
    brettz9 committed May 17, 2021
    Copy the full SHA
    1932b5b View commit details
  4. Copy the full SHA
    03d3f40 View commit details
Loading