chore: update biome and publish script
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user