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 2594958 commit 9d21363Copy full SHA for 9d21363
.simple-git-hooks.json
@@ -0,0 +1,3 @@
1
+{
2
+ "pre-commit": "npx pretty-quick --staged"
3
+}
package.json
@@ -25,7 +25,9 @@
25
"axios": "^1",
26
"eslint": "^9",
27
"express": "^4",
28
- "jest": "^29"
+ "jest": "^29",
29
+ "pretty-quick": "^4.2.2",
30
+ "simple-git-hooks": "^2.13.1"
31
},
32
"cds": {
33
"requires": {
0 commit comments