From dd7103d4746c06dfceedb3ad2282e16f3e22c352 Mon Sep 17 00:00:00 2001 From: Marco Pasqualetti Date: Wed, 2 Jul 2025 08:40:50 +0200 Subject: [PATCH] fix(package): remove config and rules exports pointing to empty files --- .changeset/swift-friends-remain.md | 5 +++++ package.json | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .changeset/swift-friends-remain.md diff --git a/.changeset/swift-friends-remain.md b/.changeset/swift-friends-remain.md new file mode 100644 index 00000000..29db2434 --- /dev/null +++ b/.changeset/swift-friends-remain.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-import-x": patch +--- + +fix(package): remove config and rules exports pointing to empty files diff --git a/package.json b/package.json index 111efdad..74fcf18c 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,6 @@ "default": "./lib/index.cjs" } }, - "./config": "./lib/config/index.js", - "./rules": "./lib/rules/index.js", "./utils": "./lib/utils/index.js", "./package.json": "./package.json", "./*": "./lib/*.js"