infra: reconfigure jest#402
Conversation
internettrans
left a comment
There was a problem hiding this comment.
Why has husky been removed?
Majority of CLI tools do not include husky configuration. This is mainly because most companies have their own existing infrastructure, and for beginners, it mostly confuses them. |
|
husky + pretty-quick is an alternative to lint-staged. I prefer pretty-quick because it doesn't require configuring all file extensions like lint-staged does (afaik) This change removes husky without introducing lint-staged. Perhaps we should change the scope of the PR to only include what is in the title - jest configuration - then a discussion and follow-up PR for husky or other changes? |
This reverts commit 7e928cb.
ibacher
left a comment
There was a problem hiding this comment.
Aside from the changeset, LGTM
| @@ -0,0 +1,5 @@ | |||
| --- | |||
There was a problem hiding this comment.
We should remove this .changeset.
No description provided.