feat(timeline): swimlanes, duration filter, and filter desc to timeline #867
Annotations
1 error and 10 warnings
lint (20.x)
Process completed with exit code 2.
|
lint (20.x):
src/util/swimlane.js#L1
'moment' is defined but never used
|
lint (20.x):
src/util/swimlane.js#L2
'seconds_to_duration' is defined but never used
|
lint (20.x):
src/util/swimlane.js#L4
'_' is defined but never used
|
lint (20.x):
src/util/swimlane.js#L19
Replace `(new·URL(e.data.url)).hostname.replace('www.',` with `new·URL(e.data.url).hostname.replace('www.',·`
|
lint (20.x):
src/util/swimlane.js#L24
Delete `·`
|
lint (20.x):
src/views/Timeline.vue#L96
'desc' is never reassigned. Use 'const' instead
|
lint (20.x):
src/views/Timeline.vue#L105
Delete `·`
|
lint (20.x):
src/views/Timeline.vue#L108
Replace `",·"` with `',·'`
|
lint (20.x):
src/views/Timeline.vue#L110
Replace `"none"` with `'none';`
|
lint (20.x):
src/views/Timeline.vue#L111
Insert `,`
|