Describe the bug
We have to disable import/no-named-as-default-member or ignore it for svelte files. Svelte components are imported using default named.
Screenshots
No response
Reproduction
- Create a svelte component
- import that component using
import MyComponent from './MyComponent.svelte'
Logs
No response
Have you checked if this issue has already been raised?
Code of Conduct