diff --git a/.oxlintrc.json b/.oxlintrc.json index 74a7bf66..6ca8799e 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -11,6 +11,7 @@ "eslint-plugin-unicorn/prefer-array-find": "off", "eslint-plugin-unicorn/no-array-sort": "off", "eslint/no-await-in-loop": "off", + "eslint/no-underscore-dangle": "off", "eslint/no-new": "off", "oxc/no-accumulating-spread": "off", "oxc/no-async-endpoint-handlers": "off",