From 8d8e7e02e8570427df81730f6643a6c24e5ec044 Mon Sep 17 00:00:00 2001 From: Yusuke Mizuno <38448411+hairihou@users.noreply.github.com> Date: Fri, 4 Oct 2024 20:38:59 +0900 Subject: [PATCH] chore(): remove trailingComma from .prettierrc --- .prettierrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index a20502b7f06d84..544138be45652a 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,4 +1,3 @@ { - "singleQuote": true, - "trailingComma": "all" + "singleQuote": true }