Skip to content

style: 🚨 fix linter warnings #11

style: 🚨 fix linter warnings

style: 🚨 fix linter warnings #11

Triggered via push December 17, 2023 19:55
Status Failure
Total duration 27s
Artifacts

ci.yml

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

Annotations

8 errors and 1 warning
build: src/Vex.ts#L238
Duplicate enum member value 12
build: src/VexDevice.ts#L204
Unexpected any. Specify a different type
build: src/VexDevice.ts#L205
Unexpected nullable object value in conditional. An explicit null check is required
build: src/VexDevice.ts#L1026
'timeout' is not modified in this loop
build: src/VexDevice.ts#L1034
'timeout' is not modified in this loop
build: src/VexDevice.ts#L1086
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build: src/VexDevice.ts#L1178
Do not delete dynamically computed property keys
build
Process completed with exit code 1.
build: src/VexConnection.ts#L591
Unexpected var, use let or const instead