Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.97 KB

File metadata and controls

37 lines (33 loc) · 1.97 KB

@eslint-react/core / JsxDetectionHint

Variable: 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;
};

Type Declaration

Name Type Default value
DoNotIncludeJsxWithBigIntValue bigint -
DoNotIncludeJsxWithBooleanValue bigint -
DoNotIncludeJsxWithCreateElementValue bigint -
DoNotIncludeJsxWithEmptyArrayValue bigint -
DoNotIncludeJsxWithNullValue bigint -
DoNotIncludeJsxWithNumberValue bigint -
DoNotIncludeJsxWithStringValue bigint -
DoNotIncludeJsxWithUndefinedValue bigint -
None 0n 0n
RequireAllArrayElementsToBeJsx bigint -
RequireBothBranchesOfConditionalExpressionToBeJsx bigint -
RequireBothSidesOfLogicalExpressionToBeJsx bigint -