Skip to content

Commit d0a7816

Browse files
authored
fix(package): remove config and rules exports pointing to empty files (#406)
1 parent e50c5a6 commit d0a7816

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changeset/swift-friends-remain.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-import-x": patch
3+
---
4+
5+
fix(package): remove config and rules exports pointing to empty files

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
"default": "./lib/index.cjs"
2727
}
2828
},
29-
"./config": "./lib/config/index.js",
30-
"./rules": "./lib/rules/index.js",
3129
"./utils": "./lib/utils/index.js",
3230
"./package.json": "./package.json",
3331
"./*": "./lib/*.js"

0 commit comments

Comments
 (0)