chore(lint): preserve oxlint rule baseline

This commit is contained in:
Peter Steinberger
2026-04-18 18:02:02 +01:00
parent 76891c9cf8
commit c95d6049c2

View File

@@ -20,8 +20,12 @@
"typescript/consistent-return": "error",
"typescript/no-explicit-any": "error",
"typescript/no-extraneous-class": "error",
"typescript/no-meaningless-void-operator": "off",
"typescript/no-unnecessary-type-assertion": "off",
"typescript/no-unnecessary-type-conversion": "error",
"typescript/no-unnecessary-type-parameters": "off",
"typescript/no-unsafe-type-assertion": "off",
"typescript/no-useless-default-assignment": "off",
"unicorn/consistent-function-scoping": "off",
"unicorn/prefer-set-size": "error",
"unicorn/require-post-message-target-origin": "error"