diff --git a/.lintstagedrc b/.lintstagedrc index 84df82e78..097b005cd 100644 --- a/.lintstagedrc +++ b/.lintstagedrc @@ -1,3 +1,3 @@ { - "*.{ts,tsx}": ["prettier --write", "eslint --fix", "git add"] -} \ No newline at end of file + "*.{ts,tsx}": ["prettier --write", "eslint --fix"] +}