fix(ci): keep unsafe assertion lint disabled

This commit is contained in:
Peter Steinberger
2026-05-31 04:09:40 -04:00
parent 0ac725278d
commit b81adc6202
6 changed files with 5 additions and 6 deletions

View File

@@ -83,7 +83,7 @@
"typescript/no-unnecessary-type-constraint": "error",
"typescript/no-unnecessary-type-conversion": "error",
"typescript/no-unnecessary-type-parameters": "error",
"typescript/no-unsafe-type-assertion": "error",
"typescript/no-unsafe-type-assertion": "off",
"typescript/no-useless-default-assignment": "error",
"typescript/no-useless-empty-export": "error",
"typescript/no-wrapper-object-types": "error",