From 977745dabbc299d96e8e6e1fec44a0fb658d0bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sun, 26 Oct 2025 15:37:34 +0100 Subject: [PATCH] fix: update .oxlintrc.json --- .oxlintrc.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.oxlintrc.json b/.oxlintrc.json index 9b58518..18df311 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -164,6 +164,7 @@ "arrow-body-style": ["error", "always"], "promise/param-names": "error", "promise/no-new-statics": "error", + "promise/no-multiple-resolved": "error", "promise/no-nesting": "error", "unicorn/catch-error-name": "error", "unicorn/consistent-date-clone": "error", @@ -171,6 +172,7 @@ "unicorn/escape-case": "error", "unicorn/explicit-length-check": "error", "unicorn/new-for-builtins": "error", + "unicorn/no-array-callback-reference": "error", "unicorn/no-array-for-each": "error", "unicorn/no-array-method-this-argument": "error", "unicorn/no-document-cookie": "error",