rules
Import
import { rules } from "eslint-plugin-hyper-fetch"
Source
Package
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
| Name | Type | Description |
|---|---|---|
| client-generic-types | | |
| request-generic-types | |