You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
I'm working on a project that includes some custom elements that don't follow kebab case rule, so when applying the rule these elements are broken.
This would help keep kebab-case in the vue component tags and camelCase in the custom elements
Not to be confused with ignore, which ignores attributes, not tags.
The text was updated successfully, but these errors were encountered:
What rule do you want to change?
vue/v-on-event-hyphenation and vue/attribute-hyphenation
Does this change cause the rule to produce more or fewer warnings?
The same
How will the change be implemented? (New option, new default behavior, etc.)?
New option to exclude some tags from applying rules.
For example
Please provide some example code that this change will affect:
What does the rule currently do for this code?
What will the rule do after it's changed?
Additional context
I'm working on a project that includes some custom elements that don't follow kebab case rule, so when applying the rule these elements are broken.
This would help keep kebab-case in the vue component tags and camelCase in the custom elements
Not to be confused with ignore, which ignores attributes, not tags.
The text was updated successfully, but these errors were encountered: