Add new chat component #367
Annotations
10 errors and 11 warnings
test:
src/app/left-menu/left-menu.aliases.ts#L164
A space is required after ','
|
test:
src/app/preview/chat/chat.component.ts#L12
Trailing spaces not allowed
|
test:
src/app/preview/chat/chat.component.ts#L16
Trailing spaces not allowed
|
test:
src/app/preview/chat/chat.component.ts#L18
Strings must use singlequote
|
test:
src/app/preview/chat/chat.component.ts#L19
Strings must use singlequote
|
test:
src/app/preview/chat/chat.component.ts#L19
Unexpected trailing comma
|
test:
src/app/preview/chat/chat.component.ts#L21
Trailing spaces not allowed
|
test:
src/app/preview/chat/chat.component.ts#L23
Strings must use singlequote
|
test:
src/app/preview/chat/chat.component.ts#L24
Strings must use singlequote
|
test:
src/app/preview/chat/chat.component.ts#L29
Unnecessary parentheses around expression
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test:
src/app/analytics-events.service.ts#L12
Unexpected any. Specify a different type
|
test:
src/app/iframe/iframe.component.ts#L45
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
test:
src/app/import.service.ts#L18
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
test:
src/app/import.service.ts#L37
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
test:
src/app/layouts/header/export-popup/export-popup.component.ts#L39
Unexpected any. Specify a different type
|
test:
src/app/layouts/header/export-popup/export-popup.component.ts#L87
Unexpected any. Specify a different type
|
test:
src/app/layouts/header/export-popup/export-popup.component.ts#L94
Unexpected any. Specify a different type
|
test:
src/app/layouts/header/export-popup/export-popup.component.ts#L170
Unexpected any. Specify a different type
|
test:
src/app/layouts/header/header.component.ts#L49
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
test:
src/app/layouts/header/import-popup/import-popup.component.ts#L29
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|