From a820182f90acf5acb492ad88d2c997b2ae9828cd Mon Sep 17 00:00:00 2001 From: albttx Date: Wed, 11 Dec 2024 10:29:59 +0000 Subject: [PATCH] chore: fix prettier config --- .prettierrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 0ed67ee771..3cf6ebcdf6 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -4,6 +4,6 @@ "semi": true, "endOfLine": "auto", "bracketSpacing": true, - "TrailingCooma": true, + "trailingComma": "all", "arrowParens": "always" }