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: vuejs/eslint-plugin-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.5.1
Choose a base ref
...
head repository: vuejs/eslint-plugin-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.6.0
Choose a head ref
  • 9 commits
  • 14 files changed
  • 6 contributors

Commits on Sep 17, 2022

  1. Verified

    This commit was signed with the committer’s verified signature.
    jordemort Jordan Webb
    Copy the full SHA
    e9964e1 View commit details

Commits on Sep 20, 2022

  1. feat: add no-required-prop-with-default rule (#1943)

    * feat: add optional-props-using-with-defaults
    
    * feat: improve rule name
    
    * feat: change to problem
    
    * feat: fix comments
    
    * feat: add suggest to rule
    neferqiqi authored Sep 20, 2022
    Copy the full SHA
    a4e807c View commit details
  2. Copy the full SHA
    fdb67d1 View commit details
  3. Copy the full SHA
    467e85f View commit details

Commits on Sep 28, 2022

  1. Copy the full SHA
    f4f946a View commit details

Commits on Sep 30, 2022

  1. Add consistent option to vue/padding-line-between-tags (#1982)

    * Add consistent rule
    
    * Make consistent only considers blocks with consistent rule
    
    * Use first element as guide for rest of siblings
    
    * Simplify logic
    
    * Remove unused
    dev1437 authored Sep 30, 2022
    Copy the full SHA
    cae6d29 View commit details

Commits on Oct 3, 2022

  1. Copy the full SHA
    2e54472 View commit details

Commits on Oct 4, 2022

  1. Fix false positives for uninitialized vars in vue/no-ref-as-operand

    … rule (#1988)
    
    * Fix false positives for vars that is not initialized in `vue/no-ref-as-operand` rule
    
    * fix test
    ota-meshi authored Oct 4, 2022
    Copy the full SHA
    228b49f View commit details
  2. 9.6.0

    ota-meshi committed Oct 4, 2022
    Copy the full SHA
    f7960c8 View commit details
Loading