diff --git a/biome.json b/biome.json index aef7377b19..9bf08ad553 100644 --- a/biome.json +++ b/biome.json @@ -20,7 +20,8 @@ "style": { "useImportType": "warn", "useShorthandFunctionType": "warn", - "useTemplate": "warn" + "useTemplate": "warn", + "noNonNullAssertion": "off" } } }