From 56d665d7033122527ce6ce48056b7a27e6161823 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 19 Jul 2024 15:12:59 +0200 Subject: [PATCH] chore: refine prettier configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .prettierrc.json | 2 +- .vscode/settings.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 61b6c17..de62445 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -3,5 +3,5 @@ "arrowParens": "avoid", "singleQuote": true, "semi": false, - "trailingComma": "none" + "trailingComma": "es5" } diff --git a/.vscode/settings.json b/.vscode/settings.json index 08c54e2..d989ee4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,6 +9,7 @@ "deepmerge", "hasher", "neostandard", + "Parens", "piment", "poolifier", "preinstall", -- 2.34.1