-
- Notifications
You must be signed in to change notification settings - Fork 698
Closed
Description
What rule do you want to change?
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.)?
- Better dictionary?
Please provide some example code that this change will affect:
overview.vue
<template> <div>...</div> </template> <script src="./overview.ts" lang="ts"></script>What does the rule currently do for this code?
.../packages/website/src/overview/overview.vue 1:1 error Component name "overview" should always be multi-word vue/multi-word-component-names What will the rule do after it's changed?
- No error
Additional context
- "overview" is one word
Metadata
Metadata
Assignees
Labels
No labels