[Dev] Update biome.jsonc

This commit is contained in:
Sirz Benjie 2025-10-06 12:30:18 -05:00
parent e5e0835a96
commit 1c446c466f
No known key found for this signature in database
GPG Key ID: D755A8627AA3C203

View File

@ -5,7 +5,7 @@
*/
{
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
@ -60,6 +60,7 @@
"recommended": true,
"correctness": {
"noUndeclaredVariables": "error",
"useParseIntRadix": "off",
"noUnusedVariables": "error",
"noSwitchDeclarations": "error",
"noVoidTypeReturn": "error",