chore(lint): enable async endpoint handler rule

This commit is contained in:
Peter Steinberger
2026-04-18 19:13:23 +01:00
parent 84aed919a9
commit cc919db83b
12 changed files with 1890 additions and 1729 deletions

View File

@@ -16,7 +16,7 @@
"eslint/no-unmodified-loop-condition": "error",
"eslint-plugin-unicorn/prefer-set-size": "error",
"oxc/no-accumulating-spread": "error",
"oxc/no-async-endpoint-handlers": "off",
"oxc/no-async-endpoint-handlers": "error",
"oxc/no-map-spread": "off",
"typescript/consistent-return": "error",
"typescript/no-explicit-any": "error",