Skip to content

Commit f35e95f

Browse files
committed
style: add missing return type on function
1 parent 15ae867 commit f35e95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-testing-library-rule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function createTestingLibraryRule<
2525
detectionHelpers: Readonly<DetectionHelpers>
2626
) => TRuleListener;
2727
}>
28-
) {
28+
): TSESLint.RuleModule<TMessageIds, TOptions, TRuleListener> {
2929
const { create, ...remainingConfig } = config;
3030

3131
return ESLintUtils.RuleCreator(getDocsUrl)({

0 commit comments

Comments
 (0)