github vuejs/eslint-plugin-vue v7.0.0-beta.3

latest releases: v9.24.0, v9.23.0, v9.22.0...
pre-release3 years ago

💥 Breaking Changes

  • Changed plugin:vue/vue3-* configs
    • #1289 Added vue/no-v-for-template-key-on-child rule.

✨ Enhancements

New Rules:

  • #1281 Added vue/no-v-for-template-key rule that disallow the key placed on the <template v-for>. (Separated from vue/no-template-key rule)
  • #1289 Added vue/no-v-for-template-key-on-child rule that reports the key of the <template v-for> placed on the child elements.

⚙️ Updates

  • #1281 Changed vue/no-template-key rule to allow v-for key.
  • #1281 Added vue/no-v-for-template-key rule to plugin:vue/essential config.
  • #1287 Changed vue/valid-v-for rule to not report when placing key on <template>
  • #1287 Changed vue/require-v-for-key rule to not report when placing key on <template>

All commits: v7.0.0-beta.2 -> v7.0.0-beta.3

Don't miss a new eslint-plugin-vue release

NewReleases is sending notifications on new releases.