Skip to content

Commit 701fef9

Browse files
committed
chore(package.json): remove "git add" from lint-staged scripts
1 parent 9825c63 commit 701fef9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@
4141
},
4242
"lint-staged": {
4343
"packages/**/*.{ts,tsx,js,jsx}": [
44-
"eslint --fix",
45-
"git add"
44+
"eslint --fix"
4645
],
4746
"./README.md": [
48-
"doctoc ./README.md",
49-
"git add"
47+
"doctoc ./README.md"
5048
]
5149
},
5250
"scripts": {

0 commit comments

Comments
 (0)