kabisa/kudos-frontend

View on GitHub

Showing 226 of 230 total issues

Missing return type on function.
Open

  public static logout = async () => {
Severity: Minor
Found in src/support/auth.ts by eslint

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

Missing return type on function.
Open

const Mobile = ({ 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 Button = ({ variant = "primary", ...rest }: ButtonProps) => {
Severity: Minor
Found in src/ui/Button/index.tsx by eslint

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

Missing return type on function.
Open

export const LikeButton = ({ liked = false, onClick }: LikeButtonProps) => {
Severity: Minor
Found in src/ui/Button/LikeButton.tsx by eslint

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

Missing return type on function.
Open

const CardTitle = ({ theme, icon, text, size, tag = "h1" }: CardTitleProps) => (
Severity: Minor
Found in src/ui/Card/CardTitle.tsx by eslint

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

Missing return type on function.
Open

  edit() {

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

  handleChange(newValues: OnChangeValue<NameOption, true>) {

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

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

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

Missing return type on function.
Open

const Currency = ({ amount }: CurrencyProps) => <>{amount}₭</>;
Severity: Minor
Found in src/ui/Currency/index.tsx by eslint

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

Missing return type on function.
Open

const KudosProgress = ({ data }: KudosProgressProps) => (
Severity: Minor
Found in src/ui/Progress/index.tsx by eslint

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

Missing return type on function.
Open

  openConfirmDialog(mutate: any) {

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

Missing return type on function.
Open

  handleImagesSelected(images: File[]) {

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

const SecondaryCard = ({
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 CardHeader = ({
Severity: Minor
Found in src/ui/Card/CardHeader.tsx by eslint

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

Missing return type on function.
Open

  resetState() {

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

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

    createPost: any,

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

Missing return type on function.
Open

  componentWillUnmount() {

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

Severity
Category
Status
Source
Language