Skip to content

Commit

Permalink
chore(deps): npm up (#971)
Browse files Browse the repository at this point in the history
* 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
kanadgupta authored Feb 1, 2024
1 parent b0ce7f3 commit 58bcc48
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 254 deletions.
2 changes: 0 additions & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit $1
4 changes: 3 additions & 1 deletion knip.ts
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;
Loading

0 comments on commit 58bcc48

Please sign in to comment.