From 0ab4cbbe13772073e1ebe86f0bfb708f06f49fa2 Mon Sep 17 00:00:00 2001 From: itsMapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:07:18 -0500 Subject: [PATCH] update formatter config --- biome.json | 2 +- prettier.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index 9da3b4db061c..8effd9cfceb8 100644 --- a/biome.json +++ b/biome.json @@ -29,7 +29,7 @@ "linter": { "enabled": false }, "javascript": { "formatter": { - "trailingCommas": "es5", + "trailingCommas": "all", "quoteStyle": "single", "semicolons": "always" } diff --git a/prettier.config.js b/prettier.config.js index 4c9969429196..e93fdfce7910 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -4,7 +4,7 @@ export default { semi: true, singleQuote: true, tabWidth: 2, - trailingComma: 'es5', + trailingComma: 'all', useTabs: true, plugins: ['prettier-plugin-astro'], overrides: [