chore: disable rule

This commit is contained in:
Miodec 2025-05-17 13:32:26 +02:00
parent 53bf826f08
commit fc2d85a9e5

View file

@ -24,7 +24,7 @@
"no-async-endpoint-handlers": "off",
"no-this-alias": "off",
"no-var": "error",
"no-unassigned-import": "off",
"no-non-null-assertion": "error",
"no-non-null-asserted-nullish-coalescing": "error",
"no-explicit-any": "error",