@clark/eslint-plugin-import-helpers-with-package
Advanced tools
Comparing version 1.25.6 to 1.26.1
{ | ||
"name": "@clark/eslint-plugin-import-helpers-with-package", | ||
"version": "1.25.6", | ||
"version": "1.26.1", | ||
"description": "Extends `import-helpers/order-imports` so that it can infer the name of the package the file belongs to", | ||
@@ -29,3 +29,4 @@ "keywords": [ | ||
"scripts": { | ||
"lint": "eslint --ext ts .", | ||
"lint:js": "eslint --ext ts .", | ||
"lint:types": "tsc --noEmit", | ||
"build": "tsc --build --force", | ||
@@ -39,12 +40,12 @@ "clean": "tsc --build --clean", | ||
"dependencies": { | ||
"@clark/eslint-util-get-package": "^1.25.6", | ||
"eslint-plugin-import-helpers": "^1.0.2" | ||
"@clark/eslint-util-get-package": "^1.26.1", | ||
"eslint-plugin-import-helpers": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@clark/eslint-config-node-typescript": "^1.25.6", | ||
"@clark/eslint-config-node-typescript": "^1.26.1", | ||
"@types/eslint": "^7.2.0", | ||
"@types/estree": "^0.0.44", | ||
"eslint": "^7.2.0", | ||
"@types/estree": "^0.0.45", | ||
"eslint": "^7.6.0", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.5" | ||
"typescript": "^3.9.7" | ||
}, | ||
@@ -51,0 +52,0 @@ "engines": { |
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
6681