eslint-plugin-disallow-cross-domain-imports
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -43,3 +43,4 @@ /** | ||
ImportDeclaration(node) { | ||
const filePath = context.getPhysicalFilename() | ||
// const filePath = context.getPhysicalFilename() | ||
const filePath = 'test' | ||
const importPath = node.source.value | ||
@@ -46,0 +47,0 @@ // context.options |
{ | ||
"name": "eslint-plugin-disallow-cross-domain-imports", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Eslint rule to disallow cross-importing of modules matching a defined list of paths unless with a 'domain'", | ||
@@ -5,0 +5,0 @@ "main": "./lib/rules/disallow-cross-domain-imports.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
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
4137
90