kabisa/kudos-frontend

View on GitHub

Showing 226 of 230 total issues

Missing return type on function.
Open

export function GoalSection(props: GoalSectionProps) {

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 Desktop = ({ 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 TabletAndBelow = ({ children }: { children: ReactNode }) => {
Severity: Minor
Found in src/support/breakpoints.tsx 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/

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

  mocks?: any,

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

Missing return type on function.
Open

const CardContent = ({ children }: { children: ReactNode }) => (
Severity: Minor
Found in src/ui/Card/CardContent.tsx by eslint

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

Missing return type on function.
Open

const GoalProgressIndicator = ({

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

Missing return type on function.
Open

const InputField = ({ elementType = "input", ...props }: InputFieldProps) => {
Severity: Minor
Found in src/ui/InputField/index.tsx by eslint

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

Missing return type on function.
Open

  remove() {

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

Missing return type on function.
Open

  onSubmit(

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 StatisticsPage() {

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

Missing return type on function.
Open

const TabletAndAbove = ({ 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

function Transaction(props: TransactionProps) {

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

Missing return type on function.
Open

  componentDidUpdate(prevProps: Props, prevState: State) {

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

Missing return type on function.
Open

  handleItemClick(_e: MouseEvent<HTMLAnchorElement>, name: string) {

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

  deleteKudometer(id: string) {

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/

Severity
Category
Status
Source
Language