@clark/eslint-plugin-import-helpers-with-package
Advanced tools
Comparing version 1.25.5 to 1.25.6
{ | ||
"name": "@clark/eslint-plugin-import-helpers-with-package", | ||
"version": "1.25.5", | ||
"version": "1.25.6", | ||
"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.25.5", | ||
"@clark/eslint-util-get-package": "^1.25.6", | ||
"eslint-plugin-import-helpers": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@clark/eslint-config-node-typescript": "^1.25.5", | ||
"@clark/eslint-config-node-typescript": "^1.25.6", | ||
"@types/eslint": "^7.2.0", | ||
@@ -51,4 +51,4 @@ "@types/estree": "^0.0.44", | ||
"engines": { | ||
"node": "^10.0 || ^12.0 || ^13.0" | ||
"node": "^10.0 || ^12.0 || ^13.0 || ^14.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
6644