eslint-formatter-gha
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "eslint-formatter-gha", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"main": "dist/index.js", | ||
@@ -9,3 +9,4 @@ "scripts": { | ||
"pretest": "npm run lint", | ||
"prepare": "npm run build" | ||
"prepare": "npm run build", | ||
"test": "exit 0" | ||
}, | ||
@@ -34,8 +35,2 @@ "keywords": [ | ||
"@types/node": ">= 16", | ||
"@typescript-eslint/eslint-plugin": "^5.0.0", | ||
"eslint": "^8.5.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-sonarjs": "^0.11.0", | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.1.3" | ||
@@ -48,5 +43,2 @@ }, | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">= 7.0.0" | ||
}, | ||
"repository": { | ||
@@ -53,0 +45,0 @@ "type": "git", |
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
3
4
7694