eslint-plugin-no-relative-import-paths
Advanced tools
Comparing version 1.3.4 to 1.4.0
@@ -39,4 +39,4 @@ const path = require("path"); | ||
const { allowSameFolder, rootDir } = { | ||
allowSameFolder: context.options[0].allowSameFolder || false, | ||
rootDir: context.options[0].rootDir || '', | ||
allowSameFolder: context.options[0]?.allowSameFolder || false, | ||
rootDir: context.options[0]?.rootDir || '', | ||
}; | ||
@@ -43,0 +43,0 @@ |
{ | ||
"name": "eslint-plugin-no-relative-import-paths", | ||
"version": "1.3.4", | ||
"version": "v1.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
6234
1