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.3.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.4.0
Choose a head ref
  • 12 commits
  • 192 files changed
  • 4 contributors

Commits on Dec 16, 2020

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

Commits on Dec 18, 2020

  1. Fix multiple reporting of same warnings in `vue/no-unregistered-compo…

    …nent` (#1382)
    
    * fix multiple reporting of unregistered components
    
    * add tests
    
    * fix linter error
    enzo360 authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    2567f16 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Fixes #1379 Add since attribute (#1384)

    * Fixes #1379 Add since attribute
    
    * reintroduced stripped trailing spaces
    
    * add stripped content line
    
    * Update docs/rules/README.md
    
    * Update docs/rules/html-comment-indent.md
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    ajmas and ota-meshi authored Dec 24, 2020
    Configuration menu
    Copy the full SHA
    dfe445f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30e89ec View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2020

  1. Add vue/no-restricted-call-after-await rule (#1381)

    * Add vue/no-restricted-call-after-await rule
    
    * Fix bug in eslint 6
    
    * update
    ota-meshi authored Dec 25, 2020
    Configuration menu
    Copy the full SHA
    f0e13a4 View commit details
    Browse the repository at this point in the history
  2. update npm script

    ota-meshi committed Dec 25, 2020
    Configuration menu
    Copy the full SHA
    caab1c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    543361b View commit details
    Browse the repository at this point in the history
  2. Add vue/v-on-event-hyphenation rule (#1388)

    * Add vue/v-on-event-hyphenation rule
    
    * update docs
    
    * Update doc
    ota-meshi authored Dec 27, 2020
    Configuration menu
    Copy the full SHA
    01f7732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c0cd3e View commit details
    Browse the repository at this point in the history
  4. Add deepData option to vue/no-unused-properties rule (#1387)

    * Add deepData option to `vue/no-unused-properties`
    
    * update
    
    * update
    
    * update
    ota-meshi authored Dec 27, 2020
    Configuration menu
    Copy the full SHA
    e1cabbb View commit details
    Browse the repository at this point in the history
  5. update script

    ota-meshi committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    f934005 View commit details
    Browse the repository at this point in the history
  6. 7.4.0

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