kabisa/kudos-frontend

View on GitHub

Showing 226 of 230 total issues

Missing return type on function.
Open

function CustomCircle(props: Props) {
Severity: Minor
Found in src/components/Circle/Circle.tsx by eslint

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

Missing return type on function.
Open

const Card = ({
Severity: Minor
Found in src/ui/Card/index.tsx by eslint

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

Missing return type on function.
Open

const DropdownMenuItem = ({ label, iconName }: DropdownMenuItemProps) => {
Severity: Minor
Found in src/ui/Dropdown/index.tsx by eslint

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

Missing return type on function.
Open

export const toggleLike = (

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

  formSubmit(e: FormEvent, resetPassword: ForgotPasswordMutationCallback) {

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

Missing return type on function.
Open

export const createGoal = (
Severity: Minor
Found in src/ui/Progress/factory.ts by eslint

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

Missing return type on function.
Open

export function SettingsPage() {

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

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

  updateGuideline(mutate: any) {

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

Missing return type on function.
Open

const CreateTeamPage = () => {

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

Missing return type on function.
Open

function ChooseTeamPage() {

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

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

  formSubmit(e: any, mutation: any) {

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

Missing return type on function.
Open

export function MobileNavigation() {
Severity: Minor
Found in src/components/navigation/Mobile.tsx by eslint

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

Missing return type on function.
Open

const MobileAndBelow = ({ children }: { children: ReactNode }) => {
Severity: Minor
Found in src/support/breakpoints.tsx by eslint

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

Missing return type on function.
Open

const MobileAndAbove = ({ children }: { children: ReactNode }) => {
Severity: Minor
Found in src/support/breakpoints.tsx by eslint

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

Missing return type on function.
Open

const getGraphqlError = (error: ApolloError) => {
Severity: Minor
Found in src/support/getGraphqlError.ts by eslint

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

Component definition is missing display name
Open

  Decorator: ({ Component, settings }) => (

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

Missing return type on function.
Open

const SelectWrapper = <OptionType, IsMulti extends boolean = false>({
Severity: Minor
Found in src/ui/Select/index.tsx by eslint

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

Missing return type on function.
Open

  handleKudoInputChange(amount: number) {

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

Severity
Category
Status
Source
Language