Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 899 Bytes

no-constant-condition.md

File metadata and controls

29 lines (19 loc) · 899 Bytes
pageClass sidebarDepth title description since
rule-details
0
vue/no-constant-condition
disallow constant expressions in conditions
v7.5.0

vue/no-constant-condition

disallow constant expressions in conditions

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

📚 Further Reading

🚀 Version

This rule was introduced in eslint-plugin-vue v7.5.0

🔍 Implementation

Taken with ❤️ from ESLint core