Skip to content

vue/no-negated-condition

Disallow negated conditions in <template>

  • This rule has not been released yet.

📖 Rule Details

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

📚 Further Reading

🔍 Implementation

Taken with ❤️ from ESLint core