Skip to content

Commit a2b356a

Browse files
committed
fix: git add in linting precommit hook removed
1 parent 3d24f0a commit a2b356a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.lintstagedrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"src/**/*.{ts,tsx}": [
3-
"npm run prettier:base -- --write",
4-
"git add"
3+
"npm run prettier:base -- --write"
54
]
65
}

0 commit comments

Comments
 (0)