From 5e507f51cf677e3a4bcc9327d29b353f5263d226 Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Sun, 9 Oct 2022 08:25:57 +0200 Subject: [PATCH] style: remove all trailing commas --- .prettierrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 3fad5298..3f60cee3 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,4 @@ { - "trailingComma": "all", "printWidth": 120, "tabWidth": 4, "useTabs": true