@rushstack/eslint-patch
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -215,3 +215,3 @@ "use strict"; | ||
catch (e) { | ||
if (isModuleResolutionError(e)) { | ||
if (isModuleResolutionError(e) || isInvalidImporterPath(e)) { | ||
return originalResolve.call(this, moduleName, relativeToPath); | ||
@@ -218,0 +218,0 @@ } |
{ | ||
"name": "@rushstack/eslint-patch", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A patch that improves how ESLint loads plugins when working in a monorepo with a reusable toolchain", | ||
@@ -24,4 +24,4 @@ "main": "lib/usage.js", | ||
"devDependencies": { | ||
"@rushstack/heft": "0.51.0", | ||
"@rushstack/heft-node-rig": "2.0.1", | ||
"@rushstack/heft": "0.54.0", | ||
"@rushstack/heft-node-rig": "2.2.6", | ||
"@types/node": "14.18.36" | ||
@@ -28,0 +28,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33938