We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
peerDependencies
@eslint/compat
This package depends on "@eslint/compat": "^1.2.3" which specifies:
"@eslint/compat": "^1.2.3"
"peerDependencies": { "eslint": "^9.10.0" },
which is incompatible with the module's peer dependencies:
eslint-plugin-github/package.json
Line 60 in abcfc3b
This results in a npm warning upon installation when eslint@8 is present:
eslint@8
npm warn ERESOLVE overriding peer dependency npm warn While resolving: @eslint/[email protected] npm warn Found: [email protected] npm warn node_modules/eslint npm warn dev eslint@"8.57.0" from the root project npm warn 41 more (@babel/eslint-parser, ...) npm warn npm warn Could not resolve dependency: npm warn peerOptional eslint@"^9.10.0" from @eslint/[email protected] npm warn node_modules/eslint-plugin-github/node_modules/@eslint/compat npm warn @eslint/compat@"^1.2.3" from [email protected] npm warn node_modules/eslint-plugin-github
The peer dependency was added in eslint/rewrite#106.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This package depends on
"@eslint/compat": "^1.2.3"
which specifies:which is incompatible with the module's peer dependencies:
eslint-plugin-github/package.json
Line 60 in abcfc3b
This results in a npm warning upon installation when
eslint@8
is present:The peer dependency was added in eslint/rewrite#106.
The text was updated successfully, but these errors were encountered: