-
Notifications
You must be signed in to change notification settings - Fork 3
Allow separate import lines for types and non-types from the same module #54
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
base: main
Are you sure you want to change the base?
Conversation
@Apollon77 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
…ate type/value imports Co-authored-by: Apollon77 <[email protected]>
@copilot Please execute "npm install" and also commit the updated package-lock.json file |
Co-authored-by: Apollon77 <[email protected]>
I have tested the change manually in matter adapter |
Does this change allow duplicate imports in general or only one types import and one import without tyoes from same source? Duplicate imports in general should not be allowed in my opinnion. |
It allows just one or one type and one non-type. |
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.