We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f43e146 commit 48d8e9fCopy full SHA for 48d8e9f
package.json
@@ -67,8 +67,12 @@
67
"eslint-plugin-import-x": "*"
68
},
69
"peerDependenciesMeta": {
70
- "eslint-plugin-import": { "optional": true },
71
- "eslint-plugin-import-x": { "optional": true }
+ "eslint-plugin-import": {
+ "optional": true
72
+ },
73
+ "eslint-plugin-import-x": {
74
75
+ }
76
77
"dependencies": {
78
"debug": "^4.3.5",
yarn.lock
@@ -6258,6 +6258,12 @@ __metadata:
6258
peerDependencies:
6259
eslint: "*"
6260
eslint-plugin-import: "*"
6261
+ eslint-plugin-import-x: "*"
6262
+ peerDependenciesMeta:
6263
+ eslint-plugin-import:
6264
+ optional: true
6265
+ eslint-plugin-import-x:
6266
6267
languageName: unknown
6268
linkType: soft
6269
0 commit comments