We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prettier-eslint
JounQin
Learn more about funding links in repositories.
Report abuse
package.json
exports
1 parent f985718 commit 985b33cCopy full SHA for 985b33c
.changeset/rich-pigs-allow.md
@@ -0,0 +1,5 @@
1
+---
2
+"eslint-plugin-prettier": patch
3
4
+
5
+chore: add `package.json` into `exports` map
package.json
@@ -23,7 +23,8 @@
23
"./recommended": {
24
"types": "./recommended.d.ts",
25
"default": "./recommended.js"
26
- }
+ },
27
+ "./package.json": "./package.json"
28
},
29
"types": "eslint-plugin-prettier.d.ts",
30
"files": [
0 commit comments