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.8.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.9.0
Choose a head ref
  • 5 commits
  • 15 files changed
  • 5 contributors

Commits on Apr 12, 2021

  1. feat(max-attributes-per-line): singleline.allowFirstLine option (#1465)

    * feat(max-attributes-per-line): allow max attribues 0 for singleline
    
    * feat(max-attributes-per-line): allowFirstLine option
    
    * docs(max-attributes-per-line): updated options and added example
    privatenumber authored Apr 12, 2021
    Copy the full SHA
    8bdb2a9 View commit details
  2. Copy the full SHA
    26d9920 View commit details
  3. New: Add vue/no-invalid-model-keys rule (#1466)

    * added no-invalid-model-keys rule
    
    * added no-invalid-model-keys to rules list
    
    * added no-invalid-model-keys tests
    
    * removed unused
    
    * added docs for no-invalid-model-keys
    
    * Update docs/rules/no-invalid-model-keys.md
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    
    * Update docs/rules/no-invalid-model-keys.md
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    
    * Update docs/rules/no-invalid-model-keys.md
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    
    * Update docs/rules/no-invalid-model-keys.md
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    
    * Update lib/rules/no-invalid-model-keys.js
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    
    * Update lib/rules/no-invalid-model-keys.js
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    
    * Update docs/rules/no-invalid-model-keys.md
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    
    * Update no-invalid-model-keys.md
    
    * Update no-invalid-model-keys.js
    
    * Update no-invalid-model-keys.js
    
    * Update no-invalid-model-keys.js
    
    * Update no-invalid-model-keys.js
    
    Co-authored-by: Alex Sokolov <4497128+Alex-Sokolov@users.noreply.github.com>
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    3 people authored Apr 12, 2021
    Copy the full SHA
    084bfe3 View commit details
  4. Add vue/no-unused-refs rule (#1474)

    * Add `vue/no-unused-refs` rule
    
    * update doc
    ota-meshi authored Apr 12, 2021
    Copy the full SHA
    238de1b View commit details
  5. 7.9.0

    ota-meshi committed Apr 12, 2021
    Copy the full SHA
    01d1e45 View commit details
Loading