Events & Facilities #28
Annotations
2 errors and 10 warnings
src/stores/sidebar.ts#L38
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
|
|
src/components/event/EventPositions.vue#L50
Prop "facility_id" is not in camelCase
|
src/components/event/EventPositions.vue#L51
Prop "event_id" is not in camelCase
|
src/components/event/PositionList.vue#L105
Prop "facility_id" is not in camelCase
|
src/components/event/PositionTooltip.vue#L46
Variable 'signup' is already declared in the upper scope
|
src/router/index.ts#L154
Unexpected console statement
|
src/stores/user.ts#L122
Unexpected console statement
|
src/stores/user.ts#L131
Unexpected console statement
|
src/stores/user.ts#L151
Unexpected console statement
|
src/stores/user.ts#L181
Unexpected console statement
|
src/views/Event.vue#L65
Variable 'route' is already declared in the upper scope
|
The logs for this run have expired and are no longer available.
Loading