kabisa/kudos-frontend

View on GitHub

Showing 226 of 230 total issues

Missing return type on function.
Open

  onCompleted(data: any) {

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/

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

  onCompleted(data: any) {

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

Missing return type on function.
Open

  formSubmit(e: any, mutation: any) {

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

Missing return type on function.
Open

const KudoBoard = () => (

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

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

  createGuideline(mutate: any) {

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

export function Guideline(props: GuidelineProps) {

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

function TeamRow(props: Props) {

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

An empty interface is equivalent to {}.
Open

export interface State {
Severity: Minor
Found in src/modules/user/UserPage.tsx by eslint

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

Missing return type on function.
Open

const ToastWrapper = () => (
Severity: Minor
Found in src/components/Toast/Toast.tsx by eslint

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

Missing return type on function.
Open

const ToastWrapper = () => (
Severity: Minor
Found in src/ui/Toast/index.tsx by eslint

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

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

  mutate: any,

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

Missing return type on function.
Open

  handleDropdownChange(values: readonly NameOption[]) {

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

export function GoalRow(props: GoalRowProps) {

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

Missing return type on function.
Open

  editGoal(id: string, kudos: number, description: string) {

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

Missing return type on function.
Open

  updateGoal(mutation: any) {

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

Missing return type on function.
Open

export function SlackSection(props: SlackSectionProps) {

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

Severity
Category
Status
Source
Language