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: v8.1.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: v8.2.0
Choose a head ref
  • 9 commits
  • 28 files changed
  • 4 contributors

Commits on Nov 18, 2021

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

Commits on Nov 29, 2021

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

Commits on Nov 30, 2021

  1. Add vue/component-options-name-casing rule (#1725)

    * Add `vue/component-options-name-casing` rule
    
    * fix docs
    
    * fix demo
    
    * refactor
    
    * fix auto-fix
    
    * fix checking kebab-case
    
    * provide suggestions
    
    * accept suggestions
    g-plane authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    10dd1a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    622ac26 View commit details
    Browse the repository at this point in the history
  2. Add support for ts4.5 to vue/script-indent rule (#1719)

    * Add support for ts4.5 to `vue/script-indent` rule
    
    * update deps
    ota-meshi authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    fe82fb5 View commit details
    Browse the repository at this point in the history
  3. Add new rule vue/prefer-separate-static-class (#1729)

    * Add new rule `vue/prefer-separate-static-class`
    
    * Also find static identifier object keys
    
    * Add auto-fix
    
    * Fix removing whole class directive if it's not empty
    
    * Simplify check with `property.computed`
    
    * Change rule type to `suggestion`
    
    * Make rule docs more consistent
    
    * Drop unnecessary `references` parameter
    FloEdelmann authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    8a0b2c8 View commit details
    Browse the repository at this point in the history
  4. Fix false positives for import binding in vue/valid-define-emits an…

    …d `vue/valid-define-props` rules (#1736)
    
    * Fix false positives for import binding in `vue/valid-define-emits` and `vue/valid-define-props` rules
    
    * Apply suggestions from code review
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    
    * fix
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    ota-meshi and FloEdelmann authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    09d7bed View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

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

Commits on Dec 6, 2021

  1. 8.2.0

    ota-meshi committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    f000613 View commit details
    Browse the repository at this point in the history
Loading