We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045978e commit 0e997f3Copy full SHA for 0e997f3
1 file changed
package.json
@@ -53,7 +53,7 @@
53
"example": "tsx examples",
54
"example:inspect": "tsx --inspect examples",
55
"format": "prettier --write --ignore-path .gitignore .",
56
- "postformat": "eslint --fix .",
+ "preformat": "eslint --fix .",
57
"report": "c8 report"
58
},
59
"engines": {
0 commit comments