chore: update biome and publish script

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-03-23 10:22:06 +01:00
parent a82069c28c
commit 7239c59342
2 changed files with 40 additions and 30 deletions

View File

@@ -54,8 +54,9 @@
"useNumberNamespace": "error",
"noInferrableTypes": "error",
"noUselessElse": "error",
"noNestedTernary": "off",
"useDefaultSwitchClause": "off"
"useDefaultSwitchClause": "off",
"noParameterProperties": "off",
"useConsistentMemberAccessibility": "off"
},
"correctness": {
"useExhaustiveDependencies": "off",
@@ -64,7 +65,8 @@
"performance": {
"noDelete": "off",
"noAccumulatingSpread": "off",
"noBarrelFile": "off"
"noBarrelFile": "off",
"noNamespaceImport": "off"
},
"suspicious": {
"noExplicitAny": "off",