Home
last modified time | relevance | path

Searched defs:InferOptionsTypeFromRule (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript_eslint/packages/experimental-utils/src/eslint-utils/
DInferTypesFromRule.ts12 type InferOptionsTypeFromRule<T> = T extends RuleModule<string, infer TOptions> alias
/third_party/typescript_eslint/packages/eslint-plugin/src/util/
Dindex.ts22 type InferOptionsTypeFromRule<T> = ESLintUtils.InferOptionsTypeFromRule<T>; alias