@clark/eslint-plugin-import-helpers-with-package
Advanced tools
Comparing version 1.24.4 to 1.24.5
{ | ||
"name": "@clark/eslint-plugin-import-helpers-with-package", | ||
"version": "1.24.4", | ||
"version": "1.24.5", | ||
"description": "Extends `import-helpers/order-imports` so that it can infer the name of the package the file belongs to", | ||
@@ -38,7 +38,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@clark/eslint-util-get-package": "^1.24.4", | ||
"@clark/eslint-util-get-package": "^1.24.5", | ||
"eslint-plugin-import-helpers": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@clark/eslint-config-node-typescript": "^1.24.4", | ||
"@clark/eslint-config-node-typescript": "^1.24.5", | ||
"@types/eslint": "^6.8.0", | ||
@@ -51,5 +51,5 @@ "@types/estree": "^0.0.44", | ||
"engines": { | ||
"node": "^10.0 || ^12.0 || ^13.0" | ||
"node": "^10.0 || ^12.0 || ^13.0 || ^14.0" | ||
}, | ||
"gitHead": "8e98a12dd89907f4263577ddbfd933572bab7c4a" | ||
"gitHead": "4e97c0e37ab54cc936775516534735eb2292d276" | ||
} |
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
7500