Skip to content

style: 🚨 fix linter warnings #8

style: 🚨 fix linter warnings

style: 🚨 fix linter warnings #8

Triggered via push December 6, 2023 01:26
Status Failure
Total duration 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
release_and_publish
0s
release_and_publish
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/Vex.ts#L238
Duplicate enum member value 12
build: src/VexDevice.ts#L178
Unexpected any. Specify a different type
build: src/VexDevice.ts#L178
Unexpected any. Specify a different type
build: src/VexDevice.ts#L178
Unexpected any. Specify a different type
build: src/VexDevice.ts#L193
Unexpected any. Specify a different type
build: src/VexDevice.ts#L193
Unexpected any. Specify a different type
build: src/VexDevice.ts#L193
Unexpected any. Specify a different type
build: src/VexDevice.ts#L213
Missing return type on function
build: src/VexDevice.ts#L213
Unexpected any. Specify a different type
build: src/VexDevice.ts#L214
Unexpected nullable object value in conditional. An explicit null check is required
build: src/VexConnection.ts#L591
Unexpected var, use let or const instead