Skip to content

Commit 19e6ca4

Browse files
committed
Use .prettierignore
1 parent 5568d55 commit 19e6ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"example:inspect": "tsx --inspect examples",
7878
"generate": "tsx codegen/smith.ts",
7979
"postgenerate": "npm run format",
80-
"format": "prettier --write --ignore-path .gitignore .",
80+
"format": "prettier --write --ignore-path .prettierignore .",
8181
"preformat": "eslint --fix .",
8282
"report": "c8 report"
8383
},

0 commit comments

Comments
 (0)