From 351eddfc0a1424911f4e9f9064956c88e7feb98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96ZT=C3=9CRK?= <76204082+iamsedatozturk@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:27:30 +0300 Subject: [PATCH] =?UTF-8?q?Kullan=C4=B1lmayan=20de=C4=9Fi=C5=9Fkenler=20ha?= =?UTF-8?q?ta=20olarak=20g=C3=B6r=C3=BCnm=C3=BCyor.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "noUnusedLocals": false, "noUnusedParameters": false, --- ui/eslint.config.js | 1 + ui/tsconfig.json | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ui/eslint.config.js b/ui/eslint.config.js index ae000d9..4f98893 100644 --- a/ui/eslint.config.js +++ b/ui/eslint.config.js @@ -74,6 +74,7 @@ export default [ rules: { ...tsPlugin.configs.recommended.rules, '@typescript-eslint/no-explicit-any': 'off', + '@typescript-eslint/no-unused-vars': 'off', }, }, prettier, diff --git a/ui/tsconfig.json b/ui/tsconfig.json index 36b5290..0a6e04e 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -13,6 +13,8 @@ "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "noEmit": true, "jsx": "react-jsx", "paths": {