{
	"root": false,
	"$schema": "../../../node_modules/@biomejs/biome/configuration_schema.json",
	"linter": {
		"rules": {
			"correctness": {
				"noChildrenProp": "error",
				"noNestedComponentDefinitions": "error",
				"noReactPropAssignments": "error",
				"noRenderReturnValue": "error",
				"noVoidElementsWithChildren": "error",
				"useExhaustiveDependencies": "error",
				"useHookAtTopLevel": "error",
				"useJsxKeyInIterable": "error"
			},
			"suspicious": {
				"noArrayIndexKey": "error",
				"noDuplicateJsxProps": "error",
				"noLeakedRender": "error",
				"noReactForwardRef": "error",
				"noSuspiciousSemicolonInJsx": "error",
				"noUnknownAttribute": "error",

				"noReactSpecificProps": "off"
			},
			"style": {
				"useReactFunctionComponents": "error"
			}
		}
	}
}
