Skip to content

Commit

Permalink
chore: clean eslintrc exports
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jan 29, 2024
1 parent 9eb3b14 commit 83d6ebe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-config-eslint/package.json
Expand Up @@ -6,8 +6,7 @@
"exports": {
"./package.json": "./package.json",
".": "./index.js",
"./cjs": "./cjs.js",
"./eslintrc": "./eslintrc.js"
"./cjs": "./cjs.js"
},
"scripts": {
"test": "node ./index.js && node ./cjs.js",
Expand Down

0 comments on commit 83d6ebe

Please sign in to comment.