diff --git a/package.json b/package.json index 7c3ac7ec..cfefa952 100644 --- a/package.json +++ b/package.json @@ -143,8 +143,7 @@ }, "lint-staged": { "*.{js,ts}": [ - "eslint --fix", - "git add" + "eslint" ] } }