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.0.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: v7.1.0
Choose a head ref
  • 11 commits
  • 65 files changed
  • 5 contributors

Commits on Oct 18, 2020

  1. Make rule vue/no-unregistered-components ignore recursive components (#…

    …1305)
    
    * Add tests
    
    * Modify rule to include `ignoreRecursive` argument
    
    * Modify docs
    
    * Address PR comments
    
    * empty commit
    
    * Refactor no-unregistered-components to always bypass recursive components
    
    * Update docs
    
    Co-authored-by: Joao Elias Arruda <joao.arruda@booking.com>
    arrudaje and Joao Elias Arruda authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    d626ec1 View commit details
    Browse the repository at this point in the history
  2. added options for events that ignore custom-event-name-casing (#1321)

    * added options for custom-event-name-casing
    
    * add test case to close #1260
    
    * update docs for custom-event-name-casing
    
    * Update test case event name with regex
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    
    * Update docs/rules/custom-event-name-casing.md for better description
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    
    * updated custom-event-name-casing readme with ignores options
    
    * added custom-event-name-casing invalid test cases
    
    Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
    devTeaa and ota-meshi authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    9932d13 View commit details
    Browse the repository at this point in the history
  3. Add allowModifiers option to valid-v-slot (#1330)

    * add allowModifiers option to valid-v-slot
    
    * update doc
    
    * fix for missing cases & improve code
    
    * add test cases
    
    * revert option in test
    nokazn authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    0e1a05a View commit details
    Browse the repository at this point in the history
  4. Upgrade vue-eslint-parser to 7.1.1 and fixed CRLF issues. (#1332)

    * Upgrade vue-eslint-parser to 7.1.1 and fixed CRLF issues.
    
    * move  vue-eslint-parser repo
    ota-meshi authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    0e5480c View commit details
    Browse the repository at this point in the history
  5. Change not to use ESLint internal modules (#1322)

    * Change not to use ESLint internal modules
    
    * update
    
    * remove unused scrip
    ota-meshi authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    d44fb18 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30da121 View commit details
    Browse the repository at this point in the history
  7. Fixed crash when the name property value was not literal, in `no-unre…

    …gistered-components` rule (#1336)
    ota-meshi authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    f4c21e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bebb9b3 View commit details
    Browse the repository at this point in the history
  9. Add vue/array-bracket-newline rule (#1326)

    * Add `vue/array-bracket-newline` rule
    
    `vue/array-bracket-newline` rule that applies `array-bracket-newline` rule to expressions in <template>.
    
    * update
    ota-meshi authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    b75d312 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a3294d View commit details
    Browse the repository at this point in the history
  11. 7.1.0

    ota-meshi committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    d62b874 View commit details
    Browse the repository at this point in the history
Loading