fix: restore lint/build gates

This commit is contained in:
Peter Steinberger
2026-02-02 01:25:34 -08:00
parent 9ef24fd400
commit 34dd7324d9
6 changed files with 28 additions and 7 deletions

View File

@@ -16,6 +16,7 @@
"oxc/no-map-spread": "off",
"typescript/no-explicit-any": "error",
"typescript/no-extraneous-class": "off",
"typescript/no-redundant-type-constituents": "off",
"typescript/no-unsafe-type-assertion": "off",
"unicorn/consistent-function-scoping": "off",
"unicorn/require-post-message-target-origin": "off"