chore: upgrade biome noNonNullAssertion from warn to error

No violations exist in the codebase, so this prevents future regressions.

Change-Id: I2e5fa7fea867f1ad5752e48d277a03ce6d9560d7
This commit is contained in:
fancivez 2026-04-27 13:50:39 +08:00 committed by wujunchen
parent 3338c80311
commit be8a424d42

View file

@ -13,7 +13,7 @@
"noImplicitAnyLet": "error"
},
"style": {
"noNonNullAssertion": "warn",
"noNonNullAssertion": "error",
"useConst": "warn",
"useNodejsImportProtocol": "off",
"useTemplate": "off"