@eslint-react/core / JsxDetectionHint
JsxDetectionHint: {
DoNotIncludeJsxWithBigIntValue: bigint;
DoNotIncludeJsxWithBooleanValue: bigint;
DoNotIncludeJsxWithCreateElementValue: bigint;
DoNotIncludeJsxWithEmptyArrayValue: bigint;
DoNotIncludeJsxWithNullValue: bigint;
DoNotIncludeJsxWithNumberValue: bigint;
DoNotIncludeJsxWithStringValue: bigint;
DoNotIncludeJsxWithUndefinedValue: bigint;
None: 0n;
RequireAllArrayElementsToBeJsx: bigint;
RequireBothBranchesOfConditionalExpressionToBeJsx: bigint;
RequireBothSidesOfLogicalExpressionToBeJsx: bigint;
};