fix: keep oxlint underscore rule disabled

This commit is contained in:
Peter Steinberger
2026-05-04 08:08:59 +01:00
parent 6c3f911e8e
commit ba7a108af1
+1
View File
@@ -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",