Skip to content

Commit

Permalink
feat: remove redundant git add
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Jan 21, 2020
1 parent 5b7b2c6 commit 360957c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc
@@ -1,3 +1,3 @@
{
"*.{ts,json,css,md,yml}": ["prettier --write", "git add"]
"*.{ts,json,css,md,yml}": ["prettier --write"]
}

0 comments on commit 360957c

Please sign in to comment.