We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f563234 commit 20e821eCopy full SHA for 20e821e
src/utils/rule-creator.ts
@@ -12,7 +12,7 @@ const REPO_URL = 'https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x';
12
export const ruleCreator = ESLintUtils.RuleCreator<RxjsXRuleDocs<unknown[], string>>(
13
(name) =>
14
`${REPO_URL}/blob/v${version}/docs/rules/${name}.md`,
15
-// Ensure the Options type is passed to RxjsXRuleDocs.
+// Ensure the resulting types are narrowed to exactly what each rule declares.
16
) as <
17
Options extends readonly unknown[],
18
MessageIds extends string,
0 commit comments