Remove git add from tasks

This commit is contained in:
J. Ryan Stinnett 2020-09-29 12:54:51 +01:00
parent 0e770d81d6
commit 4466b725b2
1 changed files with 2 additions and 4 deletions

View File

@ -25,12 +25,10 @@
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write --tab-width 4 --single-quote",
"git add"
"prettier --write --tab-width 4 --single-quote"
],
"src/**/*.{json,css,scss,md}": [
"prettier --write --tab-width 4 --single-quote",
"git add"
"prettier --write --tab-width 4 --single-quote"
]
},
"husky": {