mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
remove git add from lint-staged
This commit is contained in:
parent
e718bd567a
commit
3e64a74998
@ -22,12 +22,10 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
"prettier --write"
|
||||
],
|
||||
"*.ts": [
|
||||
"prettier --parser=typescript --write",
|
||||
"git add"
|
||||
"prettier --parser=typescript --write"
|
||||
]
|
||||
},
|
||||
"jest": {
|
||||
|
Loading…
Reference in New Issue
Block a user