chore: enable no-base-to-string

This commit is contained in:
Peter Steinberger
2026-04-10 20:08:00 +01:00
parent dfe4c2d16d
commit 2786ed0f67
22 changed files with 92 additions and 35 deletions

View File

@@ -59,7 +59,6 @@
"**/*test-support.ts"
],
"rules": {
"typescript/no-base-to-string": "off",
"typescript/no-explicit-any": "off",
"typescript/no-redundant-type-constituents": "off",
"typescript/unbound-method": "off",