Skip to content

Commit a37396e

Browse files
committed
Run prettier after eslint
1 parent 0cfa943 commit a37396e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,8 @@
7575
"example": "tsx examples",
7676
"example:inspect": "tsx --inspect examples",
7777
"generate": "tsx codegen/smith.ts",
78-
"postgenerate": "npm run format",
7978
"format": "eslint --ignore-path .gitignore --fix .",
80-
"preformat": "prettier --write --ignore-path .prettierignore .",
79+
"postformat": "prettier --write --ignore-path .prettierignore .",
8180
"report": "c8 report"
8281
},
8382
"engines": {

0 commit comments

Comments
 (0)