fix: clean up plugin linting and types

This commit is contained in:
Peter Steinberger
2026-02-01 15:38:18 -08:00
parent a87a07ec8a
commit 19775abdda
3 changed files with 6 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
"oxc/no-async-endpoint-handlers": "off",
"oxc/no-map-spread": "off",
"typescript/no-extraneous-class": "off",
"typescript/no-redundant-type-constituents": "off",
"typescript/no-unnecessary-template-expression": "off",
"typescript/no-unsafe-type-assertion": "off",
"unicorn/consistent-function-scoping": "off",