diff --git a/biome.json b/biome.json index 9fc4f08a5..a43812c8a 100644 --- a/biome.json +++ b/biome.json @@ -33,6 +33,8 @@ "noExplicitAny": "off" }, "correctness": { + "useExhaustiveDependencies": "error", + "useHookAtTopLevel": "error", "noUnusedImports": "off", "noUnusedFunctionParameters": "off", "noUnusedVariables": { @@ -47,6 +49,10 @@ }, "a11y": { "noSvgWithoutTitle": "off" + }, + "nursery": { + "noNestedComponentDefinitions": "error", + "noReactPropAssign": "error" } } },