feat: allow to skip golangci-lint installation (#1079)

This commit is contained in:
Ludovic Fernandez
2024-07-30 00:16:22 +02:00
committed by GitHub
parent 9ec89731c3
commit aaa42aa062
8 changed files with 753 additions and 19 deletions

View File

@@ -33,7 +33,9 @@
"@types/node": "^22.0.0",
"@types/semver": "^7.5.8",
"@types/tmp": "^0.2.6",
"tmp": "^0.2.3"
"@types/which": "^3.0.4",
"tmp": "^0.2.3",
"which": "^4.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.17.0",