Skip to content

Commit

Permalink
invoke prettier --write in .lintstagedrc
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Aug 9, 2019
1 parent 6e08846 commit 6bdcc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc
@@ -1,6 +1,6 @@
{
"*.js": [
"eslint --fix",
"prettier --write",
"git add"
],
"*.{css,md}": [
Expand Down

0 comments on commit 6bdcc12

Please sign in to comment.