Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 962 Bytes

no-constant-condition.md

File metadata and controls

26 lines (17 loc) · 962 Bytes
pageClass sidebarDepth title description
rule-details
0
vue/no-constant-condition
disallow constant expressions in conditions

vue/no-constant-condition

disallow constant expressions in conditions

  • This rule has not been released yet.

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

📚 Further Reading

🔍 Implementation

Taken with ❤️ from ESLint core