From be8a424d424d46e41e56a8fedc05b56d810c0249 Mon Sep 17 00:00:00 2001 From: fancivez Date: Mon, 27 Apr 2026 13:50:39 +0800 Subject: [PATCH] chore: upgrade biome noNonNullAssertion from warn to error No violations exist in the codebase, so this prevents future regressions. Change-Id: I2e5fa7fea867f1ad5752e48d277a03ce6d9560d7 --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index c8b0dd9..e35cc54 100644 --- a/biome.json +++ b/biome.json @@ -13,7 +13,7 @@ "noImplicitAnyLet": "error" }, "style": { - "noNonNullAssertion": "warn", + "noNonNullAssertion": "error", "useConst": "warn", "useNodejsImportProtocol": "off", "useTemplate": "off"