Merge pull request #26 from meshtastic/add-eora-s3 #66
Annotations
1 error and 10 warnings
Run Biome
Process completed with exit code 1.
|
Run Biome:
src/routes/index.ts#L1
Avoid barrel files, they slow down performance, and cause large module graphs with modules that go unused.
|
Run Biome:
src/services/index.ts#L1
Avoid barrel files, they slow down performance, and cause large module graphs with modules that go unused.
|
Run Biome:
src/lib/index.ts#L1
Avoid barrel files, they slow down performance, and cause large module graphs with modules that go unused.
|
Run Biome:
src/lib/index.ts#L1
Do not use export all ( export * from ... ).
|
Run Biome:
src/lib/index.ts#L2
Do not use export all ( export * from ... ).
|
Run Biome:
src/lib/github.ts#L27
This property name should be in camelCase.
|
Run Biome:
src/lib/github.ts#L28
This property name should be in camelCase.
|
Run Biome:
src/lib/github.ts#L29
This property name should be in camelCase.
|
Run Biome:
src/routes/firmware.ts#L32
This local let name should be in camelCase or PascalCase.
|
Run Biome:
src/routes/firmware.ts#L51
This object property name should be in camelCase.
|
Loading