DonIsaac/react-hooks

View on GitHub
src/useFetch/useFetch.reducer.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Missing return type on function.
Open

export const useRequestState = <TData, TError>() => {
Severity: Minor
Found in src/useFetch/useFetch.reducer.ts by eslint

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

Definition for rule 'tsdoc/syntax' was not found.
Open

import { useReducer, Reducer, useMemo } from 'react'
Severity: Minor
Found in src/useFetch/useFetch.reducer.ts by eslint

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

There are no issues that match your filters.

Category
Status