Skip to content

fix some issues

fix some issues #116

Triggered via push June 20, 2025 14:09
Status Failure
Total duration 45s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

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
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