Skip to content

Commit

Permalink
chore(deps): remove husky (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Aug 5, 2024
1 parent 1499490 commit 226db48
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .copywrite.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ project {
# Supports doublestar glob patterns for more flexibility in defining which
# files or folders should be ignored
header_ignore = [
".husky/**",
# "vendors/**",
# "**autogen**",
]
}
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
"compile": "tsc --pretty",
"watch": "tsc -w",
"test": "echo ok",
"lint": "eslint **/*.{ts,js}",
"lint": "npx lint-staged",
"upgrade": "npm i cdktf@latest cdktf-cli@latest",
"upgrade:next": "npm i cdktf@next cdktf-cli@next",
"output": "cd cdktf.out && terraform output -json -state ../terraform.tfstate",
"repos": "yarn -s output | jq 'with_entries(select(.key|match(\"providerRepos\";\"i\")))[] | .value'",
"prepare": "husky install"
"repos": "yarn -s output | jq 'with_entries(select(.key|match(\"providerRepos\";\"i\")))[] | .value'"
},
"engines": {
"node": ">= 18.12.0"
Expand Down Expand Up @@ -50,7 +49,6 @@
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"eslint": "^8.27.0",
"husky": ">=6",
"lint-staged": ">=10",
"prettier": "^3",
"tsx": "^4.0.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2430,11 +2430,6 @@ human-signals@^5.0.0:
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==

husky@>=6:
version "9.1.1"
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.1.tgz#73f8f1b58329f377654293148c1a6458f54ca224"
integrity sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==

iconv-lite@^0.4.24:
version "0.4.24"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b"
Expand Down

0 comments on commit 226db48

Please sign in to comment.