chore: remove unnecessary git add commands from lint-staged [skip ci]

This commit is contained in:
sct
2021-03-29 15:50:28 +09:00
parent a06a85e329
commit 285f8aa389

View File

@@ -153,12 +153,10 @@
"lint-staged": {
"**/*.{ts,tsx,js}": [
"prettier --write",
"eslint",
"git add"
"eslint"
],
"**/*.{json,md}": [
"prettier --write",
"git add"
"prettier --write"
]
},
"commitlint": {