summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c26ec74..9768e7f 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
}
},
"lint-staged": {
- "*.{ts,js,md,json}": [
+ "*.{ts,js}": [
"prettier --write",
"eslint --fix",
"git add"