From 89be8e4c206ea877183b7ac4a89f898363a14f0f Mon Sep 17 00:00:00 2001 From: Tom Pietrosanti Date: Tue, 21 May 2024 10:07:27 -0400 Subject: [PATCH] style: align prettier trailing comma with eslint (#1260) --- .prettierrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index db5bf647b..ec8e5e030 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,5 +1,6 @@ { "singleQuote": false, "printWidth": 120, - "semi": false + "semi": false, + "trailingComma" : "none" }