Skip to content

Commit 1b152a9

Browse files
authored
fix: missing export for Prettier configuration (#439)
1 parent 406a345 commit 1b152a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@netlify/eslint-config-node",
33
"version": "5.0.0",
44
"type": "commonjs",
5-
"exports": "./.eslintrc.cjs",
5+
"exports": {
6+
".": "./.eslintrc.cjs",
7+
"./.prettierrc.json": "./.prettierrc.json"
8+
},
69
"main": "./.eslintrc.cjs",
710
"files": [
811
".eslintrc.cjs",

0 commit comments

Comments
 (0)