Feat/get organizations data #164
checks.yaml
on: pull_request
checks
/
Lint, typecheck
47s
Annotations
4 errors
(array-callback-return): Array.prototype.filter() expects a value to be returned at the end of arrow function.:
ui/input/src/github-search-users-input/search-users.hook.ts#L31
Array.prototype.filter() expects a value to be returned at the end of arrow function.
|
(consistent-return): Expected to return a value at the end of arrow function.:
ui/input/src/github-search-users-input/search-users.hook.ts#L31
Expected to return a value at the end of arrow function.
|
(array-callback-return): Array.prototype.map() expects a value to be returned at the end of arrow function.:
ui/input/src/github-search-users-input/search-users.hook.ts#L37
Array.prototype.map() expects a value to be returned at the end of arrow function.
|
(consistent-return): Expected to return a value at the end of arrow function.:
ui/input/src/github-search-users-input/search-users.hook.ts#L37
Expected to return a value at the end of arrow function.
|