From 4007f439bcdebf3dc234f8e76d6cc1d39a9c1ca3 Mon Sep 17 00:00:00 2001 From: Christian Fehmer Date: Thu, 8 Jan 2026 16:57:42 +0100 Subject: [PATCH] pre-commit lint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa1d0b896..a69cd8804 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "*": [ "oxfmt --no-error-on-unmatched-pattern" ], - "*.{ts,js}": [ + "*.{ts,tsx,js}": [ "oxlint --type-aware --type-check" ] },