From d7ca7c6d76a85794d7c574c82a505a52d2c1c2a7 Mon Sep 17 00:00:00 2001 From: Pierre Locus Date: Tue, 25 Feb 2025 12:43:11 +0100 Subject: [PATCH] [FIX]#45 On GMail, trailing comas are not accepted in the AppsScript. Following the given install flow is then buggy. Fix by removing trailing comas in the .prettierrc. --- gmail/.prettierrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmail/.prettierrc b/gmail/.prettierrc index 7c8e250..735527f 100644 --- a/gmail/.prettierrc +++ b/gmail/.prettierrc @@ -1,6 +1,6 @@ { "semi": true, - "trailingComma": "all", + "trailingComma": "none", "singleQuote": false, "printWidth": 120, "tabWidth": 4