summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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"
]
}