Run eslint checks on frontend code in CI - #43
Open
yousefmoazzam wants to merge 5 commits into
Open
Annotations
10 errors and 8 warnings
|
frontend/src/components/methods/config/ParameterInputFactory.tsx#L14
Unexpected any. Specify a different type
|
|
frontend/src/components/methods/config/ParameterInputFactory.tsx#L13
Unexpected any. Specify a different type
|
|
frontend/src/components/methods/config/MethodAccordion.tsx#L20
Unexpected any. Specify a different type
|
|
frontend/src/components/methods/config/MethodAccordion.tsx#L16
Unexpected any. Specify a different type
|
|
frontend/src/components/common/Header.tsx#L147
Unexpected any. Specify a different type
|
|
frontend/src/components/common/Header.tsx#L71
Unexpected any. Specify a different type
|
|
frontend/src/components/common/Guide.tsx#L3
'SettingsIcon' is defined but never used. Allowed unused vars must match /^_/u
|
|
frontend/src/components/common/Guide.tsx#L2
'InfoIcon' is defined but never used. Allowed unused vars must match /^_/u
|
|
frontend/src/api/services.ts#L76
Unexpected any. Specify a different type
|
|
frontend/src/App.tsx#L11
'userVisit' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
frontend/src/contexts/SweepContext.tsx#L49
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
frontend/src/contexts/MethodsContext.tsx#L110
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
frontend/src/contexts/LoaderContext.tsx#L244
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
frontend/src/contexts/CenterContext.tsx#L20
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
frontend/src/components/workflows/sweepPipeline/SweepResultViewer.tsx#L250
React Hook useEffect has missing dependencies: 'getTiffArtifact' and 'initializeTiffProcessing'. Either include them or remove the dependency array
|
|
frontend/src/components/workflows/sweepPipeline/SubmissionFormCOR.tsx#L53
React Hook useMemo has an unnecessary dependency: 'schema'. Either exclude it or remove the dependency array
|
|
frontend/src/components/workflows/Submission.tsx#L174
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
frontend/src/components/pipeline/EditMethodModal.tsx#L59
React Hook useEffect has a missing dependency: 'fetchMethodSchema'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading