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.10.0
Choose a head ref
  • 13 commits
  • 110 files changed
  • 10 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
    Configuration menu
    Copy the full SHA
    8bdb2a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26d9920 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    084bfe3 View commit details
    Browse the repository at this point in the history
  4. Add vue/no-unused-refs rule (#1474)

    * Add `vue/no-unused-refs` rule
    
    * update doc
    ota-meshi authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    238de1b View commit details
    Browse the repository at this point in the history
  5. 7.9.0

    ota-meshi committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    01d1e45 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Fix tsc error (#1480)

    ota-meshi authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    7e5f2e9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Fix typo (#1485)

    ota-meshi authored May 5, 2021
    Configuration menu
    Copy the full SHA
    bf5a310 View commit details
    Browse the repository at this point in the history
  2. Fix typo (#1486)

    ota-meshi authored May 5, 2021
    Configuration menu
    Copy the full SHA
    c775584 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    8a0a0ed View commit details
    Browse the repository at this point in the history
  2. feat: 🎸 #1492 (#1493)

    * feat: 🎸 #1492
    
    * docs: ✏️ update doc
    
    * fix: 🐛 fix eslint
    IWANABETHATGUY authored May 29, 2021
    Configuration menu
    Copy the full SHA
    793112d View commit details
    Browse the repository at this point in the history
  3. Make an exception for some SVG attributes in vue/attribute-hyphenation (

    #1484)
    
    * Closes issue #1483
    
    * linting
    
    Co-authored-by: Raphaël Gaudy <rga@systerel.fr>
    rgaudy and Raphaël Gaudy authored May 29, 2021
    Configuration menu
    Copy the full SHA
    3da8d31 View commit details
    Browse the repository at this point in the history
  4. Add vue/require-emit-validator rule (#1487)

    * Add `vue/require-emit-types` rule
    
    * remove from categories
    
    * allow identifiers
    
    * add suggestion for skipped validation
    
    * rename rule
    g-plane authored May 29, 2021
    Configuration menu
    Copy the full SHA
    d03ce92 View commit details
    Browse the repository at this point in the history
  5. 7.10.0

    ota-meshi committed May 29, 2021
    Configuration menu
    Copy the full SHA
    bf6e4ea View commit details
    Browse the repository at this point in the history
Loading