summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-08-16 21:57:35 -0700
committerMatthew Miller <matthew@millerti.me>2023-08-16 21:57:35 -0700
commit92f96568e352ac204ab84c3574856d2cd47aca9c (patch)
tree48831fd912600e70c33e4bca9a2bff8ff8bbcfcb
parent549e08dbed9736b63d827649aaf422958f989609 (diff)
Update pre-commit hook
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index f50021a..9655e0e 100644
--- a/package.json
+++ b/package.json
@@ -45,8 +45,7 @@
},
"lint-staged": {
"*.{ts,js}": [
- "prettier --write",
- "eslint --fix",
+ "deno fmt",
"git add"
]
}