Removing git add from lint-staged since it is not necessary since v10

This commit is contained in:
David Négrier 2021-06-23 16:50:00 +02:00
parent 3eab074e2a
commit f6d3783f6c
3 changed files with 3 additions and 6 deletions

View file

@ -76,8 +76,7 @@
}, },
"lint-staged": { "lint-staged": {
"*.ts": [ "*.ts": [
"prettier --write", "prettier --write"
"git add"
] ]
} }
} }

View file

@ -71,8 +71,7 @@
}, },
"lint-staged": { "lint-staged": {
"*.ts": [ "*.ts": [
"prettier --write", "prettier --write"
"git add"
] ]
} }
} }

View file

@ -75,8 +75,7 @@
}, },
"lint-staged": { "lint-staged": {
"*.ts": [ "*.ts": [
"prettier --write", "prettier --write"
"git add"
] ]
} }
} }