eslint-plugin-no-relative-import-paths
Advanced tools
Comparing version 1.5.3 to 1.5.4
16
index.js
@@ -38,2 +38,18 @@ const path = require("path"); | ||
fixable: "code", | ||
schema: { | ||
type: "array", | ||
minItems: 0, | ||
maxItems: 1, | ||
items: [ | ||
{ | ||
type: "object", | ||
properties: { | ||
allowSameFolder: { type: "boolean" }, | ||
rootDir: { type: "string" }, | ||
prefix: { type: "string" }, | ||
}, | ||
additionalProperties: false, | ||
}, | ||
], | ||
}, | ||
}, | ||
@@ -40,0 +56,0 @@ create: function (context) { |
{ | ||
"name": "eslint-plugin-no-relative-import-paths", | ||
"version": "v1.5.3", | ||
"version": "v1.5.4", | ||
"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
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
7189
87