test: remove eslint-disable for no-unused-expressions (#3349)
* test: remove eslint disable comment in middlewareTypes test Remove ESLint disable comment and use void operator for intentional unused expressions in type checking tests. - Removed: /* eslint @typescript-eslint/no-unused-expressions: off */ - Added: void operator to all test expressions - All tests pass with no ESLint errors * test: use void only for value/property access in middlewareTypes test --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
H
HyeongHo Jun committed
59e8783db37d1cfc5c4503e37336b48d212c7833
Parent: db6fe66
Committed by GitHub <noreply@github.com>
on 1/11/2026, 1:35:32 PM