kabisa/kudos-frontend

View on GitHub

Showing 226 of 230 total issues

Missing return type on function.
Open

const InviteList = () => (

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

export function Invite(props: Props) {

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

export function selectTeam(id: string, role: string) {
Severity: Minor
Found in src/modules/choose-team/utils.ts by eslint

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

  render() {

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

  onCompleted() {

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

  render() {

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

  render() {

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

  setEditState(id: string, kudos: string, name: string) {

For more information visit Source: http://eslint.org/docs/rules/

An empty interface is equivalent to {}.
Open

export interface Props {

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

  createKudometer(mutate: any) {

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

export function Content() {

For more information visit Source: http://eslint.org/docs/rules/

Parsing error: ',' expected.
Open

import Button, { type GenericButtonProps } from "../../../ui/Button";

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

  createGoal(mutation: any) {

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

function TeamList() {

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

export function DesktopNavigation() {

For more information visit Source: http://eslint.org/docs/rules/

Argument 'mutate' should be typed with a non-any type.
Open

  updateTeam(mutate: any) {

For more information visit Source: http://eslint.org/docs/rules/

An empty interface is equivalent to {}.
Open

export interface EditGuidelineProps {}

For more information visit Source: http://eslint.org/docs/rules/

An empty interface is equivalent to {}.
Open

export interface State {}

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

  handleError(error: ApolloError) {

For more information visit Source: http://eslint.org/docs/rules/

Missing return type on function.
Open

  handleViewGoalButtonClick(kudometer: Kudometer) {

For more information visit Source: http://eslint.org/docs/rules/

Severity
Category
Status
Source
Language