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": { "lint-staged": {
"**/*.{ts,tsx,js}": [ "**/*.{ts,tsx,js}": [
"prettier --write", "prettier --write",
"eslint", "eslint"
"git add"
], ],
"**/*.{json,md}": [ "**/*.{json,md}": [
"prettier --write", "prettier --write"
"git add"
] ]
}, },
"commitlint": { "commitlint": {