feat: allow to skip golangci-lint installation (#1079)
This commit is contained in:
committed by
GitHub
parent
9ec89731c3
commit
aaa42aa062
@@ -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",
|
||||
|
Reference in New Issue
Block a user