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: c64af6b
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: a15d036
Choose a head ref
  • 13 commits
  • 53 files changed
  • 11 contributors

Commits on Oct 31, 2022

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

Commits on Nov 2, 2022

  1. Add new vue/require-prop-comment rule (#2019)

    * require-prop-comment
    
    * add type arg
    
    * add jsdoc type
    
    * edit rule
    
    * npm run update运行结果
    
    * npm run update edit
    
    * Modify according to the requirements during consolidation
    
    * edit test
    
    * delete only one check
    
    * delete template
    
    * edit md
    
    * Lint
    
    * Improve docs
    
    * Only check last preceding comment
    
    * Use message IDs
    
    * Rename unlimited → any
    
    * Fix docs
    
    * edit rules
    
    * edit schema type
    
    * update readme.md
    
    * add rules
    
    * add rules
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    czb3279338858 and FloEdelmann authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    bf5829c View commit details
    Browse the repository at this point in the history
  2. Extract JSDoc comment recognition into util functions (#2026)

    and add tests for them
    FloEdelmann authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    c7c1271 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

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

Commits on Nov 16, 2022

  1. feat: rule fixer for require-name-property (#2034)

    Co-authored-by: sunxinyu <sunxinyu@yucekj.com>
    small-tou and sunxinyu authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    cc1b8d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. fix(define-macros-order): update rule to support interface/type expor…

    …t in <script lang="ts" setup/> (#2040)
    Jungzl authored Nov 19, 2022
    Configuration menu
    Copy the full SHA
    8dc3cd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. fix(docs): update example code for watch() (#2041)

    * fix(docs): update example code for watch()
    
    The 1st argument for watch() should be a ref/reactive/getter function/array of ref, reactive, getter function. But in the example code, the watch callback has been used as the 1st argument
    
    * chore: remove extra space
    JeraldVin authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1d669d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Chore: use vitepress instead of vuepress (#2044)

    * Chore: use vitepress instead of vuepress
    
    * fix
    
    * fix dev deps
    
    * Update docs/.vitepress/build-system/build.ts
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    
    * Update docs/.vitepress/build-system/build.ts
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    
    * Update docs/.vitepress/config.ts
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    
    * Update docs/.vitepress/build-system/build.ts
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    
    Co-authored-by: Flo Edelmann <florian-edelmann@online.de>
    ota-meshi and FloEdelmann authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    55daf43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fd431e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d46741 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ced6fc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec0276b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. 9.8.0

    ota-meshi committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    a15d036 View commit details
    Browse the repository at this point in the history
Loading