kabisa/kudos-frontend

View on GitHub

Showing 226 of 230 total issues

Missing return type on function.
Open

function InviteSection() {

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

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

  sendInvites(mutate: any) {

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

Missing return type on function.
Open

function App() {
Severity: Minor
Found in src/App.tsx by eslint

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

Missing return type on function.
Open

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

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

Missing return type on function.
Open

  handleAddition(inputValue: string) {

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

Missing return type on function.
Open

export function InvitePage() {
Severity: Minor
Found in src/modules/settings/InvitePage.tsx by eslint

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/

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

  render() {

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

Missing return type on function.
Open

  saveKudosMeter(client: ApolloClient<any>) {

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/

Object pattern argument should be typed with a non-any type.
Open

  handleChange(e: ChangeEvent, { name, value }: any) {

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

Missing return type on function.
Open

export function AlterRoleButton(props: AlterRoleButtonProps) {

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

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

Missing return type on function.
Open

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

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

Missing return type on function.
Open

  edit(kudosMeter: Kudometer) {

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

Missing return type on function.
Open

  createGuideline(mutate: any) {

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

Missing return type on function.
Open

export function KudometerRow(props: KudometerRowProps) {

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

Missing return type on function.
Open

export function MemberRow(props: MemberRowProps) {

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

Severity
Category
Status
Source
Language