eslint-import-resolver-babel-module-alias
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "eslint-import-resolver-babel-module-alias", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "babel-plugin-module-alias resolver for eslint-plugin-import", |
@@ -42,2 +42,4 @@ const path = require('path'); | ||
if (resolve.isCore(source)) return { found: true, path: null }; | ||
try { | ||
@@ -44,0 +46,0 @@ const src = mapModule(source, file, mapping) || source; |
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
9957
49