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.16.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.17.0
Choose a head ref
  • 6 commits
  • 38 files changed
  • 3 contributors

Commits on Aug 13, 2021

  1. fix: prepare suggestable rules for ESLint v8 (and update eslint-plugi…

    …n-eslint-plugin to v3) (#1607)
    
    * The upcoming [ESLint v8](https://eslint.org/blog/2021/06/whats-coming-in-eslint-8.0.0#rules-with-suggestions-now-require-the-metahassuggestions-property) release will require rules that provide suggestions to enable `meta.hasSuggestions` so I have autofixed that using the [eslint-plugin/require-meta-has-suggestions](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/docs/rules/require-meta-has-suggestions.md) rule
    * A lot of the rules/functionality in `eslint-internal-rules` have been replaced by public rules in [eslint-plugin-eslint-plugin](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin)
    bmish authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    1fc3485 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

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

Commits on Aug 15, 2021

  1. Add vue/no-v-text rule (#1605)

    * feat: add rule no-v-text
    
    * chore: run npm run update
    
    * docs: remove since from header. move attention for fix.
    
    * feat: use utils.getDirective
    
    * feat: remove fix function from this rule
    
    * test: update test case
    tyankatsu0105 authored Aug 15, 2021
    Configuration menu
    Copy the full SHA
    16a4c67 View commit details
    Browse the repository at this point in the history
  2. Format

    ota-meshi authored Aug 15, 2021
    Configuration menu
    Copy the full SHA
    80ca3ea View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Add support for ESLint v8 (beta). (#1610)

    * Add support for ESLint v8.
    
    * fix CI
    
    * update
    
    * update
    
    * update
    
    * update
    
    * fix
    
    * update
    
    * update doc
    ota-meshi authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    c86cc88 View commit details
    Browse the repository at this point in the history
  2. 7.17.0

    ota-meshi committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    f8aa689 View commit details
    Browse the repository at this point in the history
Loading