mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Fix linters
This commit is contained in:
parent
d4d7ce5a4b
commit
0bbf0555d3
@ -75,7 +75,7 @@ export const draw = function (text: string, id: string, _version: string, diagOb
|
||||
// Map config options to alignment functions
|
||||
const alignmentsMap: Map<
|
||||
SankeyNodeAlignment,
|
||||
(node: d3SankeyNode<{}, {}>, n: number) => number
|
||||
(node: d3SankeyNode<object, object>, n: number) => number
|
||||
> = new Map([
|
||||
[SankeyNodeAlignment.left, d3SankeyLeft],
|
||||
[SankeyNodeAlignment.right, d3SankeyRight],
|
||||
|
Loading…
x
Reference in New Issue
Block a user