kabisa/kudos-frontend

View on GitHub

Showing 226 of 230 total issues

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

  createKudometer(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/

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

export function NotificationsPage() {

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

Missing return type on function.
Open

  updateGuideline(mutate: any) {

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

Missing return type on function.
Open

  cancelEdit() {

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

Missing return type on function.
Open

export function SlackDisconnectedSegment(props: SlackDisconnectedProps) {

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/

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

  createGoal(mutation: any) {

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

Argument 'e' 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 FormWrapper(props: Props) {
Severity: Minor
Found in src/components/FormWrapper.tsx by eslint

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

Missing return type on function.
Open

  updateTeam(mutate: any) {

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

Missing return type on function.
Open

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

export const loginSuccess = (data: LoginSuccessParams) => {
Severity: Minor
Found in src/modules/login/helper.ts by eslint

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

Missing return type on function.
Open

export default function Toolbar(props: Props) {

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

Missing return type on function.
Open

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

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

Don't use object as a type. The object type is currently hard to use ([see this issue](https://github.com/microsoft/TypeScript/issues/21732)). Consider using Record<string unknown></string> instead, as it allows you to more easily inspect and use the keys.
Open

export const dataDecorator = <TSerialized extends object>(

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

Component definition is missing display name
Open

  Decorator: ({ Component }) => (

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

Missing return type on function.
Open

const Table = <T extends DataTable<Record<string, unknown>>>({
Severity: Minor
Found in src/ui/Table/index.tsx by eslint

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

Missing return type on function.
Open

  closeConfirmDialog() {

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

Severity
Category
Status
Source
Language