Skip to content

Commit

Permalink
add eslintrc export
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Jul 6, 2023
1 parent 4a41183 commit 6f71c8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-config-eslint/package.json
Expand Up @@ -6,7 +6,8 @@
"exports": {
"./package.json": "./package.json",
".": "./index.js",
"./cjs": "./cjs.js"
"./cjs": "./cjs.js",
"./eslintrc": "./eslintrc.js"
},
"scripts": {
"test": "node ./index.js && node ./cjs.js",
Expand Down

0 comments on commit 6f71c8e

Please sign in to comment.