Skip to content

Np 124 - getting rid of mui autocomplete (continuation) #510

Np 124 - getting rid of mui autocomplete (continuation)

Np 124 - getting rid of mui autocomplete (continuation) #510

Re-run triggered November 1, 2023 18:58
Status Failure
Total duration 2m 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

format.yml

on: pull_request
Run ESLint + Prettier
2m 5s
Run ESLint + Prettier
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Run ESLint + Prettier
Process completed with exit code 1.
Run ESLint + Prettier: cypress.config.ts#L26
'config' is defined but never used. Allowed unused args must match /^_/u
Run ESLint + Prettier: src/components/AutoCompleteMajor.tsx#L15
Unexpected any. Specify a different type
Run ESLint + Prettier: src/components/AutoCompleteMajor.tsx#L23
Unexpected any. Specify a different type
Run ESLint + Prettier: src/components/AutoCompleteMajor.tsx#L27
Unexpected any. Specify a different type
Run ESLint + Prettier: src/components/AutoCompleteMajor.tsx#L32
Unexpected any. Specify a different type
Run ESLint + Prettier: src/components/AutoCompleteMajor.tsx#L45
'autoFocus' is defined but never used. Allowed unused args must match /^_/u
Run ESLint + Prettier: src/components/AutoCompleteMajor.tsx#L47
'defaultValue' is assigned a value but never used. Allowed unused vars must match /^_/u
Run ESLint + Prettier: src/components/AutoCompleteMajor.tsx#L50
'err' is assigned a value but never used. Allowed unused vars must match /^_/u
Run ESLint + Prettier: src/components/AutoCompleteMajor.tsx#L53
Unexpected any. Specify a different type
Run ESLint + Prettier: src/components/Button.tsx#L28
Caution: `React` also has a named export `ComponentPropsWithoutRef`. Check if you meant to write `import {ComponentPropsWithoutRef} from 'react'` instead