Feature/audio stream #1485
Annotations
10 errors and 5 warnings
lint:
client/src/game/systems/audio/index.ts#L9
`../../ui/menu/audioService` import should occur before type import of `../models`
|
lint:
client/src/game/systems/audio/model.ts#L1
exported declaration 'AudioMessage' not used within other modules
|
lint:
client/src/game/ui/menu/MenuBar.vue#L24
There should be at least one empty line between import groups
|
lint:
client/src/game/ui/menu/MenuBar.vue#L25
There should be at least one empty line between import groups
|
lint:
client/src/game/ui/menu/MenuBar.vue#L25
`../../systems/audio` import should occur before import of `../../systems/client`
|
lint:
client/src/game/ui/menu/MenuBar.vue#L26
`./audioService` import should occur before import of `./Characters.vue`
|
lint:
client/src/game/ui/menu/MenuBar.vue#L90
Unsafe return of an `any` typed value
|
lint:
client/src/game/ui/menu/MenuBar.vue#L90
Unsafe call of an `any` typed value
|
lint:
client/src/game/ui/menu/MenuBar.vue#L90
Unexpected any value in conditional. An explicit comparison or type cast is required
|
lint:
client/src/game/ui/menu/MenuBar.vue#L104
Missing return type on function
|
lint:
client/src/game/systems/audio/index.ts#L4
'/home/runner/work/PlanarAlly/PlanarAlly/client/src/game/systems/audio/emits.ts' imported multiple times
|
lint:
client/src/game/systems/audio/index.ts#L5
'/home/runner/work/PlanarAlly/PlanarAlly/client/src/game/systems/audio/emits.ts' imported multiple times
|
lint:
client/src/game/systems/audio/index.ts#L6
'/home/runner/work/PlanarAlly/PlanarAlly/client/src/game/systems/audio/emits.ts' imported multiple times
|
lint:
client/src/game/ui/menu/MenuBar.vue#L262
Attribute "v-model" should go before "class"
|
lint:
client/src/game/ui/menu/MenuBar.vue#L281
Attribute "v-model" should go before "class"
|
Loading