From eee3aecda35e6320c32be51d8e62382449ad2327 Mon Sep 17 00:00:00 2001 From: DhairyaSethi <55102840+DhairyaSethi@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:08:35 +0530 Subject: [PATCH] chore: force trailing comma --- .prettierrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierrc b/.prettierrc index 0c4d091..29b171c 100644 --- a/.prettierrc +++ b/.prettierrc @@ -4,6 +4,7 @@ "useTabs": false, "singleQuote": false, "bracketSpacing": true, + "trailingComma": "all", "overrides": [ { "files": "*.sol",