From 429be545dc46dfaaa923994c096cd2f4dad248e9 Mon Sep 17 00:00:00 2001 From: Yusuke Mizuno <38448411+hairihou@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:05:04 +0900 Subject: [PATCH] chore(prettierrc): remove trailingComma from .prettierrc (#31788) --- .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 }