Skip to content

Commit

Permalink
fix: missing export for Prettier configuration (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Feb 2, 2022
1 parent 406a345 commit 1b152a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "@netlify/eslint-config-node",
"version": "5.0.0",
"type": "commonjs",
"exports": "./.eslintrc.cjs",
"exports": {
".": "./.eslintrc.cjs",
"./.prettierrc.json": "./.prettierrc.json"
},
"main": "./.eslintrc.cjs",
"files": [
".eslintrc.cjs",
Expand Down

0 comments on commit 1b152a9

Please sign in to comment.