Commit b29631c
committed
Syncpack: drop broken lint-staged hook, tighten config label
The `**/package.json: [syncpack lint]` lint-staged entry caused
pre-commit failures because lint-staged appends matched file paths
to the command and `syncpack lint` (v15) does not accept positional
paths. Whole-repo dependency linting is already covered by CI
(`npm run lint:deps`), so dropping the hook keeps commits unblocked
without losing the gate.
Also tightens the semverGroup label wording.1 parent 1a5fc8d commit b29631c
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | 224 | | |
228 | 225 | | |
229 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments