From 6f42dbcdbe00aff28641f9b01f8e170fba539022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 28 Aug 2025 12:41:17 +0200 Subject: [PATCH] fix: relax jsx-a11y rules in .oxlintrc.json --- .oxlintrc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index 7a7763b..f9ffde2 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -1,6 +1,6 @@ { "$schema": "./node_modules/oxlint/configuration_schema.json", - "plugins": ["typescript", "unicorn", "react", "oxc", "jsx-a11y", "promise"], + "plugins": ["typescript", "unicorn", "react", "oxc", "promise"], "categories": { "correctness": "error", "perf": "error", @@ -192,6 +192,7 @@ "unicorn/no-unnecessary-array-flat-depth": "error", "unicorn/consistent-assert": "error", "unicorn/no-accessor-recursion": "error", + "react/no-array-index-key": "off", "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "error", "react/jsx-key": "error", @@ -295,7 +296,7 @@ } ], "@typescript-eslint/no-base-to-string": "error", - "@typescript-eslint/no-dynamic-delete": "error", + "@typescript-eslint/no-dynamic-delete": "off", "@typescript-eslint/no-extra-non-null-assertion": "error", "@typescript-eslint/no-redundant-type-constituents": "error", "@typescript-eslint/no-extraneous-class": [