@telefonica/eslint-plugin-import
Advanced tools
Comparing version 1.0.2 to 2.0.0
{ | ||
"name": "@telefonica/eslint-plugin-import", | ||
"version": "1.0.2", | ||
"version": "2.0.0", | ||
"description": "eslint plugin with some rules regarding imports", | ||
@@ -25,8 +25,8 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"eslint": ">=7" | ||
"eslint": "^8.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.43.0", | ||
"eslint": "^8.0.0", | ||
"jest": "^29.5.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
15192