fix(gitGraph): honor showBranches config to hide branch lines and labels (#6535) #3073
Annotations
10 warnings
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L116
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L115
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L40
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-layout-elk/src/render.ts#L39
Unexpected any. Specify a different type
|
Fix Linting:
packages/mermaid-example-diagram/src/types/index.d.ts#L5
Unexpected any. Specify a different type
|
Fix Linting:
cypress/integration/rendering/journey.spec.js#L217
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Fix Linting:
cypress/integration/rendering/imageShape.spec.ts#L15
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
Fix Linting:
cypress/integration/rendering/iconShape.spec.ts#L17
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
Fix Linting:
cypress/helpers/util.ts#L64
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
|
Fix Linting:
cypress/helpers/util.ts#L25
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Loading