From 7e1840535387ea66bd3414e20002ea0ffc410d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Mon, 13 Apr 2026 14:29:45 +0200 Subject: [PATCH] fix: update .oxlintrc.json --- .oxlintrc.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.oxlintrc.json b/.oxlintrc.json index 33f6f7e..807b415 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -175,6 +175,8 @@ "typescript/require-await": "off", "typescript/switch-exhaustiveness-check": "off", "typescript/ban-ts-comment": "off", + "typescript/prefer-readonly-parameter-types": "off", + "typescript/strict-void-return": "off", "no-unused-vars": [ "error", {