From 847a9d26f7756e1934769b0626fe6d8d35f210f6 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 1 May 2026 11:25:33 -0700 Subject: [PATCH] fix(ci): allow intentional underscore lint names --- .oxlintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.oxlintrc.json b/.oxlintrc.json index 51ef3fbac41..c077e1a1071 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -25,6 +25,7 @@ "eslint/no-sequences": "error", "eslint/no-self-compare": "error", "eslint/no-shadow": "off", + "eslint/no-underscore-dangle": "off", "eslint/no-var": "error", "eslint/no-useless-call": "error", "eslint/no-useless-computed-key": "error",