Skip to content

Commit 333205d

Browse files
committed
Remove deprecated git add from lint-staged
1 parent c76d535 commit 333205d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@
8484
"zod-validation-error": "^3.3.0"
8585
},
8686
"lint-staged": {
87-
"./**/*.{js,ts,tsx,vue}": [
88-
"prettier --write",
89-
"git add"
90-
],
87+
"./**/*.{js,ts,tsx,vue}": "prettier --write",
9188
"**/*.ts": "tsc-files --noEmit"
9289
}
9390
}

0 commit comments

Comments
 (0)