Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 752 Bytes

no-empty-pattern.md

File metadata and controls

23 lines (16 loc) · 752 Bytes
pageClass sidebarDepth title description
rule-details
0
vue/no-empty-pattern
disallow empty destructuring patterns

vue/no-empty-pattern

disallow empty destructuring patterns

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

📚 Further reading

🔍 Implementation

Taken with ❤️ from ESLint core