Np 124 - getting rid of mui autocomplete (continuation) #511
format.yml
on: pull_request
Run ESLint + Prettier
1m 34s
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
|