From bf9403ad8452e661d969ccbd80ba6de541dad55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 6 Apr 2024 20:14:59 +0200 Subject: [PATCH] style: fix prettier --- jsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsconfig.json b/jsconfig.json index d294a49..c82d356 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -20,6 +20,6 @@ "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, - "forceConsistentCasingInFileNames": true, - }, + "forceConsistentCasingInFileNames": true + } }