Skip to content

Commit 43186e7

Browse files
committed
chore: suppress nonNullAssert rule
1 parent eba1f67 commit 43186e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"noUnusedTemplateLiteral": "error",
3939
"useNumberNamespace": "error",
4040
"noInferrableTypes": "error",
41-
"noUselessElse": "error"
41+
"noUselessElse": "error",
42+
"noNonNullAssertion": "off"
4243
}
4344
}
4445
},

0 commit comments

Comments
 (0)