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 bca8441 commit e8eb38dCopy full SHA for e8eb38d
1 file changed
src/providers/diagnostics/rules/engine-mismatch.ts
@@ -51,6 +51,8 @@ export function resolveEngineMismatches(
51
export const checkEngineMismatch: DiagnosticRule = async ({ uri, dep, pkg }) => {
52
if (!isPackageManifestPath(uri.path))
53
return
54
+ if (dep.category !== 'dependencies')
55
+ return
56
57
const resolvedVersion = await dep.resolvedVersion()
58
if (!resolvedVersion)
0 commit comments