Closed
Description
What rule do you want to change?
Removing rule from vue2 vue/custom-event-name-casing
.
Official vue documentation recommends using kebab case for naming custom event names. https://vuejs.org/v2/guide/components-custom-events.html#Event-Names
"For these reasons, we recommend you always use kebab-case for event names."
Does this change cause the rule to produce more or fewer warnings?
Fewer
How will the change be implemented? (New option, new default behavior, etc.)?
Removing rule from plugin:vue/recommended
and plugin:vue/essential
Please provide some example code that this change will affect:
$emit('somethingCool') // throws linting error
What does the rule currently do for this code?
What will the rule do after it's changed?
Additional context
version: 7.1
Metadata
Metadata
Assignees
Labels
No labels