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 c66c9dc commit b8ea2f1Copy full SHA for b8ea2f1
package.json
@@ -77,7 +77,7 @@
77
"example:inspect": "tsx --inspect examples",
78
"generate": "tsx codegen/smith.ts",
79
"postgenerate": "npm run format",
80
- "format": "prettier --write --ignore-path .gitignore .",
+ "format": "prettier --write --ignore-path .prettierignore .",
81
"preformat": "eslint --fix .",
82
"report": "c8 report"
83
},
0 commit comments