Fetch people from the Runn API and attempt to match them by their first name #17
Annotations
10 errors
Handover Bot:
src/api/index.ts#L1
There should be no empty line between import groups
|
Handover Bot:
src/api/index.ts#L18
The variable `params` should be named `parameters`. A more descriptive name will do too.
|
Handover Bot:
src/api/index.ts#L21
Unsafe return of an `any` typed value.
|
Handover Bot:
src/api/people.ts#L3
Use a `type` instead of an `interface`.
|
Handover Bot:
src/api/people.ts#L10
Don't use `null` as a type. Use `undefined` instead. See: https://github.com/sindresorhus/meta/issues/7
|
Handover Bot:
src/api/people.ts#L12
Don't use `null` as a type. Use `undefined` instead. See: https://github.com/sindresorhus/meta/issues/7
|
Handover Bot:
src/api/people.ts#L15
Use a `type` instead of an `interface`.
|
Handover Bot:
src/api/people.ts#L20
Use a `type` instead of an `interface`.
|
Handover Bot:
src/api/people.ts#L25
Use a `type` instead of an `interface`.
|
Handover Bot:
src/api/people.ts#L32
The variable `params` should be named `parameters`. A more descriptive name will do too.
|