Skip to content

Various fixes, rename params on vector, make line and vector draggable #168

Various fixes, rename params on vector, make line and vector draggable

Various fixes, rename params on vector, make line and vector draggable #168

Triggered via pull request October 16, 2023 13:45
Status Failure
Total duration 54s
Artifacts

main.yml

on: pull_request
Run eslint
40s
Run eslint
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Run eslint: src/Components/Label.ts#L1
'Vector3' is defined but never used. Allowed unused vars must match /^_/u
Run eslint: src/index.ts#L22
'Vector3' is defined but never used. Allowed unused vars must match /^_/u
Run eslint: src/index.ts#L23
'Arc' is defined but never used. Allowed unused vars must match /^_/u
Run eslint: src/index.ts#L26
'Line' is defined but never used. Allowed unused vars must match /^_/u
Run eslint: src/index.ts#L27
'Point' is defined but never used. Allowed unused vars must match /^_/u
Run eslint: src/index.ts#L28
'Polygon' is defined but never used. Allowed unused vars must match /^_/u
Run eslint: src/index.ts#L29
'Vector' is defined but never used. Allowed unused vars must match /^_/u
Run eslint: src/index.ts#L39
't' is defined but never used. Allowed unused args must match /^_/u
Run eslint
Process completed with exit code 1.
Run eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/