Skip to content

Commit eed3993

Browse files
committed
chore(lintstaged): remove git add
It's no longer necessary to add changes explicitly.
1 parent 075a71b commit eed3993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"{src,test}/*.{j,t}s": ["eslint --fix", "git add"]
2+
"{src,test}/*.{j,t}s": ["eslint --fix"]
33
}

0 commit comments

Comments
 (0)