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