From 9093946c8c82c2fca0d5b76f0045a42146bf9e99 Mon Sep 17 00:00:00 2001 From: Zita Szupera Date: Fri, 13 Mar 2026 11:03:06 +0100 Subject: [PATCH] chore: fix lint config, caused errors for code regen --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 6858d74..1228752 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -48,5 +48,6 @@ module.exports = { ], "@typescript-eslint/no-empty-interface": "off", eqeqeq: ["error", "smart"], + "@typescript-eslint/no-unsafe-argument": "off", }, };