Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 807 Bytes

camelcase.md

File metadata and controls

29 lines (19 loc) · 807 Bytes
pageClass sidebarDepth title description since
rule-details
0
vue/camelcase
Enforce camelcase naming convention in `<template>`
v5.2.0

vue/camelcase

Enforce camelcase naming convention in <template>

This rule is the same rule as core camelcase rule but it applies to the expressions in <template>.

📚 Further Reading

🚀 Version

This rule was introduced in eslint-plugin-vue v5.2.0

🔍 Implementation

Taken with ❤️ from ESLint core