diff --git a/biome.json b/biome.json index d9975e3..41c7e6c 100644 --- a/biome.json +++ b/biome.json @@ -19,6 +19,9 @@ "noExcessiveCognitiveComplexity": "warn", "useSimplifiedLogicExpression": "off" }, + "correctness": { + "useHookAtTopLevel": "error" + }, "performance": { "noBarrelFile": "off", "noReExportAll": "off"