We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5901e26 commit 5194208Copy full SHA for 5194208
package.json
@@ -24,13 +24,7 @@
24
"bump": "npx bumpp"
25
},
26
"simple-git-hooks": {
27
- "pre-commit": "./node_modules/.bin/nano-staged"
28
- },
29
- "nano-staged": {
30
- "*": [
31
- "rslint",
32
- "prettier -w"
33
- ]
+ "pre-commit": "pnpm run lint:write"
34
35
"devDependencies": {
36
"@playwright/test": "^1.59.1",
0 commit comments