fix some issues #116
Annotations
18 errors
|
Angular
Process completed with exit code 1.
|
|
Angular:
Angular/src/app/services/grid-data.service.spec.ts#L6
Variable 'service' should be initialized on declaration
|
|
Angular:
Angular/src/app/components/data-grid-remote-data/data-grid-remote-data.component.ts#L92
Missing return type on function
|
|
Angular:
Angular/src/app/components/data-grid-remote-data/data-grid-remote-data.component.ts#L72
Unexpected newline before ')'
|
|
|
|
Angular:
Angular/src/app/components/data-grid-remote-data/data-grid-remote-data.component.ts#L71
Expected no linebreak before this expression
|
|
Angular:
Angular/src/app/components/data-grid-local-data/data-grid-local-data.component.ts#L81
Unsafe return of an `any[]` typed value
|
|
Angular:
Angular/src/app/components/data-grid-local-data/data-grid-local-data.component.ts#L79
Unsafe return of an `any` typed value
|
|
React:
React/src/DataGridRemoteData.tsx#L84
Unexpected space before function parentheses
|
|
React:
React/src/DataGridRemoteData.tsx#L59
Unsafe return of an `any[]` typed value
|
|
React:
React/src/DataGridRemoteData.tsx#L57
Unsafe return of an `any` typed value
|
|
React:
React/src/DataGridRemoteData.tsx#L36
Operands of '+' operations must be a number or string. Got `string` + `string | number`
|
|
React:
React/src/DataGridLocalData.tsx#L75
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
|
|
React:
React/src/DataGridLocalData.tsx#L61
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
|
React:
React/src/DataGridLocalData.tsx#L55
Unsafe return of an `any[]` typed value
|
|
React:
React/src/DataGridLocalData.tsx#L53
Unsafe return of an `any` typed value
|
|
React:
React/src/DataGridLocalData.tsx#L17
Operands of '+' operations must be a number or string. Got `string` + `string | number`
|
|
React:
React/src/App.tsx#L10
Missing return type on function
|