@jsenv/eslint-import-resolver
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@jsenv/eslint-import-resolver", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -89,3 +89,3 @@ // https://github.com/benmosher/eslint-plugin-import/blob/master/resolvers/node/index.js | ||
) { | ||
return onUrl(new URL(specifier, rootDirectoryUrl).href) | ||
return onUrl(new URL(specifier.slice(1), rootDirectoryUrl).href) | ||
} | ||
@@ -92,0 +92,0 @@ |
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
68961