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": { "lint-staged": {
"*.{js,svelte}": [ "*.{js,svelte}": [
"eslint --fix", "eslint --fix"
"git add"
] ]
}, },
"prettier": { "prettier": {