-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Make external package and internal components folder as a separate group #2545
Comments
Can you be more specific about what code you’d like, that this config considers incorrect? |
How come your pathGroups don't account for Regardling newlines, you may also be interested in the |
I think I do not understand. Is it about something like that? |
If you can provide a PR with a failing test case, I can likely solve it more quickly. |
Unfortunately the project and package are reserved, but I don't see any reason to reproduce it. I just want to have all the components separate. In Vue 3, in the |
@szulcus the reason is that without a reproduction case or regression tests, it can never be fixed - especially since I don't use Vue myself, so I'd have no idea how to set up a test case. |
I still think it's a pattern bug and doesn't require reproduction, but if you really need it, I created it for you: yarn
yarn dev File path: |
I have this eslint configuration:
I would like all my imports of
@frontend/components
and~/components/ **
to be treated as a separate group. How can I do this?The text was updated successfully, but these errors were encountered: