# lodash-template/element-name-casing
enforce HTML element name casing. (ex. 🆗
<xxx-element>
🆖<xxxElement>
<DIV>
)
- ⚙️ This rule is included in
"plugin:lodash-template/recommended-with-html"
and"plugin:lodash-template/all"
. - 🔧 The
--fix
option on the command line (opens new window) can automatically fix some of the problems reported by this rule.
# Rule Details
This rule enforces element name casing style (kebab-case).