chore: remove unnecessary git add commands from lint-staged [skip ci]
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user