diff --git a/package.json b/package.json index b90edb4c..4a09bec7 100644 --- a/package.json +++ b/package.json @@ -73,8 +73,7 @@ }, "lint-staged": { "*.{js,svelte}": [ - "eslint --fix", - "git add" + "eslint --fix" ] }, "prettier": {