Fix lost properties like note when converting task list to markdown and back #207
Annotations
3 errors and 1 warning
Lint:
frontend/src/app/assignment/modules/edit-assignment/classroom/classroom.component.ts#L22
'url' is never reassigned. Use 'const' instead
|
Lint:
frontend/src/app/assignment/modules/edit-assignment/classroom/classroom.component.ts#L24
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Lint
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading