We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e9b33 commit a0e14e9Copy full SHA for a0e14e9
src/config.ts
@@ -1,6 +1,6 @@
1
import type { GitHooksConfig } from './types'
2
import process from 'node:process'
3
-import { config as loadConfig } from 'bunfig'
+import { loadConfig } from 'bunfig'
4
import defaultConfig from '../git-hooks.config.ts'
5
6
// eslint-disable-next-line antfu/no-top-level-await
0 commit comments