File tree 3 files changed +189
-552
lines changed
3 files changed +189
-552
lines changed Original file line number Diff line number Diff line change 80
80
"release" : " standard-version" ,
81
81
"prepublishOnly" : " pnpm run clean && pnpm install && pnpm run build"
82
82
},
83
- "simple-git-hooks" : {
84
- "pre-commit" : " npx lint-staged --concurrent false" ,
85
- "commit-msg" : " npx tsx scripts/verifyCommit.ts $1"
86
- },
87
- "lint-staged" : {
88
- "*" : [
89
- " prettier --write --ignore-unknown"
90
- ],
91
- "**/*.ts" : [
92
- " eslint --ext .ts"
93
- ]
94
- },
95
83
"devDependencies" : {
96
84
"@actions/github" : " ~5.1.1" ,
97
85
"@algolia/client-search" : " ~4.14.3" ,
119
107
"eslint-plugin-jsdoc" : " ~39.6.4" ,
120
108
"eslint-plugin-prettier" : " ~4.2.1" ,
121
109
"glob" : " ~8.0.3" ,
122
- "lint-staged" : " ~13.1.0" ,
123
110
"mime-db" : " ~1.52.0" ,
124
111
"npm-run-all" : " ~4.1.5" ,
125
112
"picocolors" : " ~1.0.0" ,
130
117
"rimraf" : " ~3.0.2" ,
131
118
"sanitize-html" : " ~2.8.0" ,
132
119
"semver" : " ~7.3.8" ,
133
- "simple-git-hooks" : " ~2.8.1" ,
134
120
"standard-version" : " ~9.5.0" ,
135
121
"tsx" : " ~3.12.1" ,
136
122
"typedoc" : " ~0.23.23" ,
You can’t perform that action at this time.
0 commit comments