diff --git a/.changeset/early-worlds-reply.md b/.changeset/early-worlds-reply.md new file mode 100644 index 000000000..8a269de33 --- /dev/null +++ b/.changeset/early-worlds-reply.md @@ -0,0 +1,5 @@ +--- +'eslint-plugin-vue': minor +--- + +Added new [`vue/no-negated-v-if-condition`](https://eslint.vuejs.org/rules/no-negated-v-if-condition.html) rule diff --git a/docs/rules/index.md b/docs/rules/index.md index 34462fba0..26542db38 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -237,6 +237,7 @@ For example: | [vue/no-empty-component-block] | disallow the `