From db0722aca7eb31fd0c652fc0c7afc284368fa0fe Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 28 Apr 2023 15:32:42 +0530 Subject: [PATCH] Allow ES5 style trailing commas in prettier --- .prettierrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index d8ec3571..a42b3fd7 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -3,5 +3,5 @@ "tabWidth": 4, "semi": false, "arrowParens": "always", - "trailingComma": "none" + "trailingComma": "es5" }