From 2c98a8d462dc205fd6de8bbabd4e5c1d34c36a9a Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Fri, 12 Jul 2024 08:28:07 -0700 Subject: [PATCH] Remove non-null assertions using the ! postfix operator --- biome.json | 1 - 1 file changed, 1 deletion(-) diff --git a/biome.json b/biome.json index 9af8d7f22..b770c2e61 100644 --- a/biome.json +++ b/biome.json @@ -22,7 +22,6 @@ }, "style": { "noNamespace": "error", - "noNonNullAssertion": "off", "noUnusedTemplateLiteral": "off", "useConsistentArrayType": { "level": "error",