Skip to content

Commit 480a0ba

Browse files
Disable rule that's not in fact unsafe
It's useful to have enums for the possible BLE values - these are not opaque identifiers which is what the rule assumes.
1 parent 73bd4e2 commit 480a0ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/device/capacitor-ble/partial-flashing-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-unsafe-enum-comparison */
12
import {
23
BleClient,
34
numbersToDataView,

0 commit comments

Comments
 (0)