Skip to content

Commit

Permalink
chore: fix lintstaged format task
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Aug 7, 2024
1 parent a478698 commit b59c19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"**/*.{js,ts,md,json,sol,yml,yaml}": "prettier --write"
"**/*.{js,ts,md,json,sol,yml,yaml}": "yarn prettier --write"
}

0 comments on commit b59c19c

Please sign in to comment.