Skip to main content
Version: v7.0.0

rules


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

Preview

const rules = { client-generic-types: RuleModule<emptyGeneric | unexpectedGenerics | notMatchingGenerics, never[], { ImportDeclaration: (node: ImportDeclaration) => void; Program:exit: () => void; CallExpression: any }>; request-generic-types: RuleModule<emptyGeneric | unexpectedGenerics | notMatchingGenerics, never[], { CallExpression: any }> }

Structure

rules
NameTypeDescription
client-generic-types
RuleModule<emptyGeneric | unexpectedGenerics | notMatchingGenerics, never[], { ImportDeclaration: (node: ImportDeclaration) => void; Program:exit: () => void; CallExpression: any }>
request-generic-types
RuleModule<emptyGeneric | unexpectedGenerics | notMatchingGenerics, never[], { CallExpression: any }>
ESLint
On this page