Skip to content

Commit 0e997f3

Browse files
committed
Run eslint fix before format
1 parent 045978e commit 0e997f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"example": "tsx examples",
5454
"example:inspect": "tsx --inspect examples",
5555
"format": "prettier --write --ignore-path .gitignore .",
56-
"postformat": "eslint --fix .",
56+
"preformat": "eslint --fix .",
5757
"report": "c8 report"
5858
},
5959
"engines": {

0 commit comments

Comments
 (0)