Skip to main content
Version: v8.0.0

rules


Import
import { rules } from "eslint-plugin-hyper-fetch"

Preview

const rules = { client-generic-types: RuleModule<emptyGeneric | unexpectedGenerics | notMatchingGenerics, never[], RuleListener>; request-generic-types: RuleModule<emptyGeneric | unexpectedGenerics | notMatchingGenerics, never[], RuleListener> }

Structure

rules
NameTypeDescription
client-generic-types
RuleModule<emptyGeneric | unexpectedGenerics | notMatchingGenerics, never[], RuleListener>
request-generic-types
RuleModule<emptyGeneric | unexpectedGenerics | notMatchingGenerics, never[], RuleListener>