feat: Attempt to use elk to layout graph. Add custom connections #123
Annotations
10 errors and 11 warnings
|
Lint Files:
src/components/canvas/EventedComponent/EventedComponent.ts#L30
Replace `⏎····events:·string[],⏎····cbOrObject:·TEventedComponentListener·=·this,⏎··` with `events:·string[],·cbOrObject:·TEventedComponentListener·=·this`
|
|
|
Lint Files:
src/components/canvas/EventedComponent/EventedComponent.ts#L60
Replace `'function'` with `"function"`
|
|
|
Lint Files:
src/components/canvas/GraphComponent/index.tsx#L10
Replace `⏎export·type·GraphComponentContext·=·TComponentContext·&` with `export·type·GraphComponentContext·=·TComponentContext·&⏎·`
|
|
Lint Files:
src/components/canvas/GraphComponent/index.tsx#L13
Replace `}` with `··};`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Files:
src/components/canvas/EventedComponent/EventedComponent.ts#L59
Expected return with your callback function
|
Lint Files:
src/components/canvas/blocks/Blocks.ts#L17
Unexpected any. Specify a different type
|
Lint Files:
src/components/canvas/blocks/controllers/BlockController.ts#L48
'block' is already declared in the upper scope on line 18 column 15
|
Lint Files:
src/components/canvas/connections/BatchPath2D/index.tsx#L21
'path' is already declared in the upper scope on line 19 column 11
|
Lint Files:
src/lib/CoreComponent.ts#L7
Unexpected any. Specify a different type
|
Lint Files:
src/lib/tshelpers.ts#L1
Unexpected any. Specify a different type
|
Lint Files:
src/plugins/minimap/layer.ts#L107
Method 'drawCameraBorderFrame' has a complexity of 31. Maximum allowed is 20
|
Lint Files:
src/react-component/Block.tsx#L42
Expected to return a value at the end of arrow function
|
Lint Files:
src/react-component/Block.tsx#L57
Arrow function expected no return value
|
Lint Files:
src/react-component/BlocksList.tsx#L32
Arrow function expected no return value
|
Loading