@magicspace/tslint-rules
Advanced tools
Comparing version 0.1.21 to 0.1.22
@@ -55,3 +55,5 @@ "use strict"; | ||
let absoluteImportPath = Path.join(sourceFilePath, importPath); | ||
let relativePath = Path.relative(sourceFilePath, absoluteImportPath); | ||
let relativePath = Path.relative(sourceFilePath, absoluteImportPath) | ||
.split(Path.sep) | ||
.join('/'); | ||
if (CURRENT_RELATIVE_PATH_REGEX.test(relativePath)) { | ||
@@ -58,0 +60,0 @@ relativePath = `./${relativePath}`; |
{ | ||
"name": "@magicspace/tslint-rules", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "Custom TSLint rules for MagicSpace.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/makeflow/magicspace.git", |
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
51622
1337