From 9032f6630b3bd53bf58fe7551d038b40bdfee418 Mon Sep 17 00:00:00 2001 From: jis3r Date: Tue, 1 Feb 2022 20:21:12 +0100 Subject: [PATCH] [fix] added import/prefer-default-export (#119) --- OTHER_PLUGINS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/OTHER_PLUGINS.md b/OTHER_PLUGINS.md index 6e2491d..b408e7a 100644 --- a/OTHER_PLUGINS.md +++ b/OTHER_PLUGINS.md @@ -16,6 +16,7 @@ These rules are known to not work correctly together with this plugin: - `import/no-duplicates` - `import/no-mutable-exports` - `import/no-unresolved` when using `svelte3/named-blocks`, pending [this issue](https://github.com/benmosher/eslint-plugin-import/issues/1415) +- `import/prefer-default-export` 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).