Monitoring UI #244
Annotations
20 errors and 2 warnings
|
typecheck
Argument of type '"/api/queues/"' is not assignable to parameter of type 'undefined'.
|
|
typecheck
Property 'queue' does not exist on type 'never'.
|
|
typecheck
Argument of type '"/api/queues/$queue/jobs"' is not assignable to parameter of type 'undefined'.
|
|
typecheck
Property 'queue' does not exist on type 'never'.
|
|
typecheck
Argument of type '"/api/queues/$queue/"' is not assignable to parameter of type 'undefined'.
|
|
typecheck
Argument of type '"/api/overview"' is not assignable to parameter of type 'undefined'.
|
|
typecheck
Property 'queryClient' does not exist on type 'never'.
|
|
typecheck
Argument of type '"/(dashboard)/"' is not assignable to parameter of type 'undefined'.
|
|
typecheck
Cannot find module './routeTree.gen' or its corresponding type declarations.
|
|
typecheck
Parameter 'e' implicitly has an 'any' type.
|
|
lint:
packages/monitoring-ui/src/components/NotFound.tsx#L3
Unexpected any. Specify a different type
|
|
lint:
packages/monitoring-ui/src/components/DefaultCatchBoundary.tsx#L37
Unsafe member access .preventDefault on an `any` value
|
|
lint:
packages/monitoring-ui/src/components/DefaultCatchBoundary.tsx#L37
Unsafe call of a(n) `any` typed value
|
|
lint:
packages/monitoring-ui/src/components/DefaultCatchBoundary.tsx#L19
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
|
|
lint:
packages/monitoring-ui/src/components/DefaultCatchBoundary.tsx#L11
Unexpected console statement
|
|
lint:
packages/monitoring-ui/package.json#L28
Package top-level property "files" is not ordered in the npm standard way. Run the ESLint auto-fixer to correct
|
|
lint:
packages/monitoring-ui/package.json#L20
Entries in 'scripts' are not in lexicographical order and grouped by lifecycles
|
|
lint:
packages/monitoring-ui/package.json#L20
Package top-level property "scripts" is not ordered in the npm standard way. Run the ESLint auto-fixer to correct
|
|
lint:
packages/monitoring-ui/package.json#L1
Property 'version' is required
|
|
lint:
packages/monitoring-ui/demo-queue-config.ts#L30
This assertion is unnecessary since it does not change the type of the expression
|
|
lint:
packages/monitoring-ui/src/components/data-table.tsx#L33
Imports "Column", "ColumnDef", "ColumnFiltersState", "Row", "SortingState" and "VisibilityState" are only used as type
|
|
lint:
packages/monitoring-ui/src/components/data-table.tsx#L31
All imports in the declaration are only used as types. Use `import type`
|