chore(lint-staged): remove git add

This commit is contained in:
Eric Liu 2020-02-02 09:59:03 -08:00
commit a9ce01e16e

View file

@ -73,8 +73,7 @@
},
"lint-staged": {
"*.{js,svelte}": [
"eslint --fix",
"git add"
"eslint --fix"
]
},
"prettier": {