From ef0d80d8546c804b1b52c58fca7640d2f541188a Mon Sep 17 00:00:00 2001 From: Innei Date: Mon, 12 Aug 2024 17:53:17 +0800 Subject: [PATCH] fix: lint Signed-off-by: Innei --- tsconfig.web.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.web.json b/tsconfig.web.json index 9958159a3..a68072be1 100644 --- a/tsconfig.web.json +++ b/tsconfig.web.json @@ -16,6 +16,7 @@ "moduleResolution": "Bundler", "target": "ES2022", "noUnusedLocals": false, + "noUnusedParameters": false, "strict": true, "baseUrl": ".", "paths": {