style: 🚨 fix linter warnings #11
ci.yml
on: push
build
19s
release_and_publish
0s
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
|