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.
In my package.json file I can use husky to run prettier to format my code after a commit.
package.json
husky
prettier
"husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }
Is there a way to put this into my own custom cra template? Into the template.json file?
template.json