Np 124 - getting rid of mui autocomplete (continuation) #505
format.yml
on: pull_request
Run ESLint + Prettier
1m 47s
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#L2
There should be at least one empty line between import groups
|
Run ESLint + Prettier:
src/components/AutoCompleteMajor.tsx#L2
`react` import should occur before import of `react-select`
|
Run ESLint + Prettier:
src/components/AutoCompleteMajor.tsx#L14
Unexpected any. Specify a different type
|
Run ESLint + Prettier:
src/components/AutoCompleteMajor.tsx#L22
Unexpected any. Specify a different type
|
Run ESLint + Prettier:
src/components/AutoCompleteMajor.tsx#L26
Unexpected any. Specify a different type
|
Run ESLint + Prettier:
src/components/AutoCompleteMajor.tsx#L31
Unexpected any. Specify a different type
|
Run ESLint + Prettier:
src/components/AutoCompleteMajor.tsx#L44
'autoFocus' is defined but never used. Allowed unused args must match /^_/u
|
Run ESLint + Prettier:
src/components/AutoCompleteMajor.tsx#L46
'defaultValue' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run ESLint + Prettier:
src/components/AutoCompleteMajor.tsx#L49
'err' is assigned a value but never used. Allowed unused vars must match /^_/u
|