We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a710f4 commit a98ecfbCopy full SHA for a98ecfb
src/categories/js/lint-staged.ts
@@ -1,6 +1,6 @@
1
import { jsCategoryState } from 'src/states/categories';
2
import { addToPackageJson, installDevelopmentDependencies } from 'src/utils/npm';
3
-import { addHook } from './husky';
+import { addHook } from './husky/husky.utils';
4
5
interface Config {
6
config: Record<string, unknown>;
0 commit comments