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"