Implement timezone feature on schedule/session page similar with Talk… #171
Annotations
10 errors and 5 warnings
lint
Process completed with exit code 1.
|
build:
webapp/src/views/schedule/sessions/index.vue#L194
Unexpected space before function parentheses
|
build:
webapp/src/views/schedule/sessions/index.vue#L200
Unexpected space before function parentheses
|
build:
webapp/src/views/schedule/sessions/index.vue#L202
Strings must use singlequote
|
build:
webapp/src/views/schedule/sessions/index.vue#L291
Unexpected space before function parentheses
|
build:
webapp/src/views/schedule/sessions/index.vue#L292
Strings must use singlequote
|
build:
webapp/src/views/schedule/speakers/item.vue#L68
Extra semicolon
|
build:
webapp/src/views/schedule/speakers/item.vue#L69
Extra semicolon
|
build:
webapp/src/router/index.js#L18
More than 1 blank line not allowed
|
build:
webapp/src/store/schedule.js#L181
Extra semicolon
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
webapp/src/views/schedule/sessions/index.vue#L204
The "watch" property should be above the "created" property on line 200
|