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 7274503 commit 6d992e7Copy full SHA for 6d992e7
package.json
@@ -59,8 +59,8 @@
59
"postversion": "git push --follow-tags",
60
"example": "tsx examples",
61
"example:inspect": "tsx --inspect examples",
62
- "format": "eslint --ignore-path .gitignore --fix .",
63
- "preformat": "prettier --write --ignore-path .gitignore .",
+ "format": "prettier --write --ignore-path .gitignore .",
+ "postformat": "eslint --ignore-path .gitignore --fix .",
64
"report": "c8 report"
65
},
66
"engines": {
0 commit comments