chore: enable no-misused-spread

This commit is contained in:
Peter Steinberger
2026-04-10 19:58:52 +01:00
parent fe05983d91
commit cdb944ef0a
2 changed files with 2 additions and 4 deletions

View File

@@ -63,7 +63,6 @@
"typescript/no-base-to-string": "off",
"typescript/no-explicit-any": "off",
"typescript/no-floating-promises": "off",
"typescript/no-misused-spread": "off",
"typescript/no-redundant-type-constituents": "off",
"typescript/no-unnecessary-template-expression": "off",
"typescript/unbound-method": "off",