include files #438
Annotations
10 warnings
Run npm run lint --if-exists:
src/busutil.ts#L19
No magic number: 0
|
Run npm run lint --if-exists:
src/busutil.ts#L34
No magic number: 0
|
Run npm run lint --if-exists:
src/busutil.ts#L41
No magic number: 0
|
Run npm run lint --if-exists:
src/busutil.ts#L68
Number constants declarations must use 'const'
|
Run npm run lint --if-exists:
src/busutil.ts#L118
Prefer await to then()/catch()/finally()
|
Run npm run lint --if-exists:
src/busutil.ts#L120
Prefer await to then()/catch()/finally()
|
Run npm run lint --if-exists:
src/busutil.ts#L120
No magic number: 0
|
Run npm run lint --if-exists:
src/busutil.ts#L121
Prefer await to then()/catch()/finally()
|
Run npm run lint --if-exists:
src/busutil.ts#L141
This line has a length of 123. Maximum allowed is 120
|
Run npm run lint --if-exists:
src/i2c-addressed.ts#L32
Interface name `_I2CAddressedBus` must match one of the following formats: PascalCase
|
Loading