From 3fb81c52aeb0d1119f570b0fdb152b041e8b16c8 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Tue, 31 Mar 2026 12:10:40 -0300 Subject: [PATCH 1/2] Drop ref to oxlint rule --- .oxlintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index 07be9139c9..76bc1388c6 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -114,7 +114,6 @@ "unicorn/prefer-module": "off", "unicorn/explicit-length-check": "off", "unicorn/no-array-for-each": "off", - "unicorn/prevent-abbreviations": "off", "unicorn/no-this-assignment": "off", "unicorn/prefer-number-properties": "off", "unicorn/consistent-function-scoping": "off", From fa50f74fb91005e8046e5803a71b80f9eb573fe8 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Tue, 31 Mar 2026 12:12:00 -0300 Subject: [PATCH 2/2] Drop refs to others --- .oxlintrc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index 76bc1388c6..b4980a5740 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -92,7 +92,6 @@ // React rules that are too noisy for existing code. "react/display-name": "off", - "react/prop-types": "off", "react/jsx-no-target-blank": "off", "react/no-children-prop": "off", "react/button-has-type": "off", @@ -119,7 +118,6 @@ "unicorn/consistent-function-scoping": "off", "unicorn/no-array-callback-reference": "off", "unicorn/prefer-ternary": "off", - "unicorn/no-for-loop": "off", "unicorn/no-array-reduce": "off", "unicorn/prefer-at": "off", "unicorn/prefer-string-slice": "off",