We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f2488 commit 326d632Copy full SHA for 326d632
README.md
@@ -145,8 +145,7 @@ module.exports = require('@hover/javascript/prettier')
145
146
Or, for Jest in `jest.config.js`:
147
148
-> Note: if **ts-jest** is installed, it will automatically be used as the
149
-> `preset`
+> ℹ️ If **ts-jest** is installed, it will automatically be used as the `preset`
150
151
```js
152
const config = require('@hover/javascript/jest')
@@ -208,8 +207,11 @@ should work with other solutions as well.
208
207
209
1. Install Husky
210
+> ⚠️ We're sticking with Husky 4 for now as 5+ has licensing restrictions for
211
+> commercial projects and significantly changes how hooks are configured
212
+
213
```sh
-yarn add -D husky
214
+yarn add -D 'husky@^4.3.8'
215
```
216
217
2. Configure hooks in `package.json`
0 commit comments