From b9bbe50ad2da9224d839291b77e1b637ae6565ce Mon Sep 17 00:00:00 2001 From: SukkaW Date: Wed, 30 Oct 2024 20:59:06 +0800 Subject: [PATCH] chore: add changeset --- .changeset/hot-jokes-grab.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/hot-jokes-grab.md diff --git a/.changeset/hot-jokes-grab.md b/.changeset/hot-jokes-grab.md new file mode 100644 index 000000000..6e92068bb --- /dev/null +++ b/.changeset/hot-jokes-grab.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-import-x": patch +--- + +Add extra guard for rule `no-named-as-default`. A few guards are borrowed from https://github.com/import-js/eslint-plugin-import/pull/3032, but we don't sync the rest of changes from upstream since we have already implemented a way more performant check.