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 2830f6f commit b2176f7Copy full SHA for b2176f7
1 file changed
package.json
@@ -29,7 +29,7 @@
29
},
30
"lint-staged": {
31
"**/*.{js,ts,tsx,json}": [
32
- "prettier --write --ignore-unknown",
+ "pnpm prettier --write --ignore-unknown",
33
"pnpm eslint --fix"
34
]
35
0 commit comments