diff --git a/Makefile b/Makefile index 8c9d6c86..2579c89e 100644 --- a/Makefile +++ b/Makefile @@ -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