Skip to content

Commit

Permalink
Update lint-staged config to remove the git add (as instructed in war…
Browse files Browse the repository at this point in the history
…ning message)
  • Loading branch information
mpeyper committed Jun 4, 2020
1 parent b3221ac commit 190f520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
},
"lint-staged": {
"*.{js,ts,json,yml,md,mdx}": [
"prettier-eslint --write",
"git add"
"prettier-eslint --write"
]
}
}

0 comments on commit 190f520

Please sign in to comment.