Removing git add from lint-staged since it is not necessary since v10
This commit is contained in:
parent
3eab074e2a
commit
f6d3783f6c
3 changed files with 3 additions and 6 deletions
|
@ -75,8 +75,7 @@
|
|||
},
|
||||
"lint-staged": {
|
||||
"*.ts": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
"prettier --write"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue