chore(lint): enable low-noise rules

This commit is contained in:
Peter Steinberger
2026-04-18 18:09:18 +01:00
parent 07785c6dbc
commit cd2ef0f3a3
6 changed files with 8 additions and 11 deletions

View File

@@ -20,12 +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-meaningless-void-operator": "error",
"typescript/no-unnecessary-type-assertion": "error",
"typescript/no-unnecessary-type-conversion": "error",
"typescript/no-unnecessary-type-parameters": "off",
"typescript/no-unsafe-type-assertion": "off",
"typescript/no-useless-default-assignment": "off",
"typescript/no-useless-default-assignment": "error",
"unicorn/consistent-function-scoping": "off",
"unicorn/prefer-set-size": "error",
"unicorn/require-post-message-target-origin": "error"