eslint-import-resolver-configurable
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "eslint-import-resolver-configurable", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Resolve your aliases for proper linting of imports.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -31,3 +31,5 @@ # **eslint-import-resolver-configurable** | ||
configurable: { | ||
common: './src/subdir/common-components' | ||
common: './src/subdir/common-components', | ||
// Or absolute paths | ||
components: '/path/to/some/dir' | ||
} | ||
@@ -34,0 +36,0 @@ } |
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
4321
42