Skip to content

[Misunderstanding] "multi-word-component-names" doesn't understand compound words #1699

Closed
@charles-allen

Description

@charles-allen

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions