From a0a8e24e1aadb66b632a352585c26e9783f9a362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Mon, 23 Feb 2026 09:07:51 +0100 Subject: [PATCH] fix: update .oxlintrc, @typescript-eslint/prefer-nullish-coalescing default config --- .oxlintrc.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index 74946a2..71df18c 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -245,14 +245,7 @@ "@typescript-eslint/no-require-imports": "error", "@typescript-eslint/prefer-function-type": "error", "@typescript-eslint/prefer-find": "error", - "@typescript-eslint/prefer-nullish-coalescing": [ - "error", - { - "ignoreTernaryTests": true, - "ignoreConditionalTests": false, - "ignoreMixedLogicalExpressions": false - } - ], + "@typescript-eslint/prefer-nullish-coalescing": "error", "@typescript-eslint/prefer-readonly": "error", "@typescript-eslint/prefer-reduce-type-parameter": "error", "@typescript-eslint/prefer-return-this-type": "error",