-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(deps): `npm up` * chore: bump knip to the latest * chore(deps): husky@9 migration steps grabbed from here: https://github.com/typicode/husky/releases/tag/v9.0.1 * ci: lint
- Loading branch information
1 parent
b0ce7f3
commit 58bcc48
Showing
4 changed files
with
253 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx commitlint --edit $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
import type { KnipConfig } from 'knip'; | ||
|
||
const config: KnipConfig = { | ||
ignore: ['bin/*.js', 'vitest.single-threaded.config.ts'], | ||
ignore: ['bin/*.js'], | ||
ignoreBinaries: ['semantic-release'], | ||
// used in husky commit hooks | ||
ignoreDependencies: ['@commitlint/cli'], | ||
}; | ||
|
||
export default config; |
Oops, something went wrong.