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: v7.2.0
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: v7.3.0
Choose a head ref
  • 8 commits
  • 16 files changed
  • 3 contributors

Commits on Dec 9, 2020

  1. fix broken link (#1372)

    motla authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    4a141ce View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. New Add vue/new-line-between-multiline-property rule (#1080)

    * feat: init commit
    
    * feat: add test, make rule configurable
    
    * docs: update doc📖
    
    * chore: update version
    
    * lint fix
    
    * test: 💍 add test case
    
    * test: 💍 fix report when multi-line-property in callExpression
    
    * test: 💍 fix test in change request
    
    * test: 💍 js doc
    
    * test: 💍 Vue.component()
    
    * docs: ✏️ docs
    
    * fix: 🐛 using sourceCode api
    
    * fix: 🐛 using getTokenBewteen instead of getAlltoken
    
    * fix: 🐛 lint error
    IWANABETHATGUY authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    95fd13f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7212c36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27fc097 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    110b236 View commit details
    Browse the repository at this point in the history
  5. update docs and fix typings

    ota-meshi committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    96425c6 View commit details
    Browse the repository at this point in the history
  6. Fixed wrong autofix when properties on the same line in new-line-betw…

    …een-multi-line-property. (#1378)
    
    I also improved the position of the report.
    ota-meshi authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    1b8beb0 View commit details
    Browse the repository at this point in the history
  7. 7.3.0

    ota-meshi committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    79fabf8 View commit details
    Browse the repository at this point in the history
Loading