File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,7 @@ module.exports = require('@hover/javascript/prettier')
145
145
146
146
Or, for Jest in ` jest.config.js ` :
147
147
148
- > Note: if ** ts-jest** is installed, it will automatically be used as the
149
- > ` preset `
148
+ > ℹ️ If ** ts-jest** is installed, it will automatically be used as the ` preset `
150
149
151
150
``` js
152
151
const config = require (' @hover/javascript/jest' )
@@ -208,8 +207,11 @@ should work with other solutions as well.
208
207
209
208
1 . Install Husky
210
209
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
+
211
213
``` sh
212
- yarn add -D husky
214
+ yarn add -D ' husky@^4.3.8 '
213
215
```
214
216
215
217
2 . Configure hooks in ` package.json `
You can’t perform that action at this time.
0 commit comments