Skip to content

Commit 34cd3c9

Browse files
committed
fix: modify hooks scripts
1 parent 4547e0f commit 34cd3c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.lintstagedrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"*.{ts,tsx,js,jsx}": [
33
"npm run lint:fix",
4-
"git add"
4+
"git add ."
55
],
6-
".md": [
6+
"*.md": [
77
"markdownlint --fix",
8-
"git add"
8+
"git add ."
99
]
1010
}

0 commit comments

Comments
 (0)