From 1aa9a94daba3271725468d169e1007994cc286a8 Mon Sep 17 00:00:00 2001 From: MacondoExpress Date: Mon, 11 Nov 2024 13:28:17 +0000 Subject: [PATCH] add legacy trailing comma configuration on prettier conf to match eslint --- .prettierrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 94e547db9d..f2b530c471 100644 --- a/.prettierrc +++ b/.prettierrc @@ -9,5 +9,6 @@ "tabWidth": 2 } } - ] + ], + "trailingComma": "es5" }