From 05b9a0ce1b3b2badb99e5f64c80339fddf44acbc Mon Sep 17 00:00:00 2001 From: kanarutsuda <–Kanaru.Tsuda@jp.ricoh.com> Date: Wed, 15 May 2024 12:14:28 +0900 Subject: [PATCH] =?UTF-8?q?feat:=E5=85=A8=E8=A7=92=E5=85=A5=E5=8A=9B?= =?UTF-8?q?=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E3=82=A2=E3=82=AF=E3=82=B7?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/kintone-addins/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/kintone-addins/tsconfig.json b/plugin/kintone-addins/tsconfig.json index 3327eee..483239b 100644 --- a/plugin/kintone-addins/tsconfig.json +++ b/plugin/kintone-addins/tsconfig.json @@ -15,8 +15,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, "esModuleInterop": true },