@clark/eslint-plugin-import-helpers-with-package
Advanced tools
Comparing version 1.18.0 to 1.19.0
{ | ||
"name": "@clark/eslint-plugin-import-helpers-with-package", | ||
"version": "1.18.0", | ||
"version": "1.19.0", | ||
"description": "Extends `import-helpers/order-imports` so that it can infer the name of the package the file belongs to", | ||
@@ -38,17 +38,17 @@ "keywords": [ | ||
"dependencies": { | ||
"@clark/eslint-util-get-package": "^1.18.0", | ||
"@clark/eslint-util-get-package": "^1.19.0", | ||
"eslint-plugin-import-helpers": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@clark/eslint-config-node-typescript": "^1.18.0", | ||
"@clark/eslint-config-node-typescript": "^1.19.0", | ||
"@types/eslint": "^6.1.3", | ||
"@types/estree": "^0.0.41", | ||
"@types/estree": "^0.0.42", | ||
"eslint": "^6.8.0", | ||
"ts-node": "^8.5.4", | ||
"typescript": "^3.7.4" | ||
"ts-node": "^8.6.2", | ||
"typescript": "^3.7.5" | ||
}, | ||
"engines": { | ||
"node": ">= 8.16.0" | ||
"node": "^10.0 || ^12.0 || ^13.0" | ||
}, | ||
"gitHead": "82795cf3464a749844bbaeaf913fcfb781bec24d" | ||
"gitHead": "24d97b315c2c4c5f326e03d32e3267b7e070be1d" | ||
} |
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
7491