Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 722 Bytes

no-sparse-arrays.md

File metadata and controls

23 lines (16 loc) · 722 Bytes
pageClass sidebarDepth title description
rule-details
0
vue/no-sparse-arrays
disallow sparse arrays

vue/no-sparse-arrays

disallow sparse arrays

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

📚 Further reading

🔍 Implementation

Taken with ❤️ from ESLint core