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 2927a0d commit 391a17bCopy full SHA for 391a17b
meta.js
@@ -75,7 +75,7 @@ module.exports = {
75
},
76
"prettierHook": {
77
"when": "isNotTest && prettier",
78
- "type": "choice",
+ "type": "list",
79
"message": "Setup a git precommit hook that will automatically run Prettier",
80
"choices": [
81
{
template/package.json
@@ -55,7 +55,7 @@
55
"husky": "^0.14.3",
56
"pretty-quick": "^1.6.0",
57
{{/if_eq}}
58
- {{#if_eq lintConfig "preciseCommits"}}
+ {{#if_eq prettierHook "preciseCommits"}}
59
60
"precise-commits": "^1.0.2",
61
0 commit comments