Skip to content

Commit 20e821e

Browse files
chore: more specific explanation
1 parent f563234 commit 20e821e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/rule-creator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const REPO_URL = 'https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x';
1212
export const ruleCreator = ESLintUtils.RuleCreator<RxjsXRuleDocs<unknown[], string>>(
1313
(name) =>
1414
`${REPO_URL}/blob/v${version}/docs/rules/${name}.md`,
15-
// Ensure the Options type is passed to RxjsXRuleDocs.
15+
// Ensure the resulting types are narrowed to exactly what each rule declares.
1616
) as <
1717
Options extends readonly unknown[],
1818
MessageIds extends string,

0 commit comments

Comments
 (0)