Skip to content

Commit 9032f66

Browse files
authored
[fix] added import/prefer-default-export (sveltejs#119)
1 parent 61498c4 commit 9032f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OTHER_PLUGINS.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ These rules are known to not work correctly together with this plugin:
1616
- `import/no-duplicates`
1717
- `import/no-mutable-exports`
1818
- `import/no-unresolved` when using `svelte3/named-blocks`, pending [this issue](https://github.com/benmosher/eslint-plugin-import/issues/1415)
19+
- `import/prefer-default-export`
1920

2021
If you're using them on other linted files, consider [adding `overrides` for them for Svelte components](https://eslint.org/docs/user-guide/configuring/configuration-files#how-do-overrides-work).
2122

0 commit comments

Comments
 (0)