Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
charles-allen opened this issue Nov 5, 2021 · 1 comment

Comments

@charles-allen
Copy link

charles-allen commented Nov 5, 2021

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
@charles-allen
Copy link
Author

I misunderstood the error message...

@charles-allen charles-allen changed the title "multi-word-component-names" doesn't understand compound words [Misunderstanding] "multi-word-component-names" doesn't understand compound words Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant