Skip to content

vue/no-negated-condition

Disallow negated conditions in <template>

📖 Rule Details

This rule is the same rule as core no-negated-condition rule but it applies to the expressions in <template>.

📚 Further Reading

🚀 Version

This rule was introduced in eslint-plugin-vue v10.4.0

🔍 Implementation

Taken with ❤️ from ESLint core