Skip to content

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

Np 124 - getting rid of mui autocomplete (continuation)

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

Triggered via pull request November 1, 2023 19:04
@aronpetkoaronpetko
synchronize #728
rid-mui1
Status Success
Total duration 1m 43s
Artifacts

format.yml

on: pull_request
Run ESLint + Prettier
1m 34s
Run ESLint + Prettier
Fit to window
Zoom out
Zoom in

Annotations

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