Skip to content

Commit

Permalink
no trailing comma in prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
p13i committed Feb 1, 2024
1 parent cdcd17e commit d1248b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ push:
git push

fix:
npx prettier --write --print-width 60 --prose-wrap always '**/*.{md,html,yml,yaml}'
npx prettier --write --print-width 60 --trailingComma=none --prose-wrap always '**/*.{md,html,yml,yaml}'

sync:
git pull --rebase
Expand Down

0 comments on commit d1248b2

Please sign in to comment.