We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a51522 commit 9378d24Copy full SHA for 9378d24
.changeset/quick-elephants-punch.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphql-eslint/eslint-plugin': patch
3
4
+
5
+Fix exports in package.json for react-native projects
packages/plugin/package.json
@@ -8,6 +8,7 @@
8
"main": "dist/index.js",
9
"module": "dist/index.mjs",
10
"exports": {
11
+ "./package.json": "./package.json",
12
".": {
13
"require": "./dist/index.js",
14
"import": "./dist/index.mjs"
0 commit comments