fix format command

This commit is contained in:
Blake Joynes
2024-06-09 11:27:04 -04:00
parent 6fc8c7b6d3
commit 313d44878c

View File

@@ -8,7 +8,7 @@
"compile": "rm -rf dist && tsc -d",
"lint": "eslint src/",
"lint:fix": "eslint --fix",
"format": "npx prettier --write src",
"format": "prettier --write src",
"pre-commit": "npm run lint"
},
"bugs": {