Skip to content

Commit 96398fa

Browse files
committed
Add husky and lint-staged as devDeps to formatting-pre-commit-hook plugin
1 parent a94b2ef commit 96398fa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/create-next-stack/src/main/plugins/formatting-pre-commit-hook.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ export const formattingPreCommitHookPlugin = createPlugin({
2222
version: "^7.0.0",
2323
},
2424
},
25+
devDependencies: {
26+
"lint-staged": {
27+
name: "lint-staged",
28+
version: ">=10",
29+
},
30+
husky: {
31+
name: "husky",
32+
version: ">=7",
33+
},
34+
},
2535
technologies: [
2636
{
2737
id: "husky",

0 commit comments

Comments
 (0)