Skip to content

Commit 7b0740d

Browse files
brettz9Copilot
andcommitted
Update src/rules/tsPreferFunctionType.js
Co-authored-by: Copilot <[email protected]>
1 parent cbda8aa commit 7b0740d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/tsPreferFunctionType.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default iterateJsdoc(({
106106
iterateAllJsdocs: true,
107107
meta: {
108108
docs: {
109-
description: '',
109+
description: 'Prefers function types over call signatures when there are no other properties.',
110110
url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/ts-prefer-function-type.md#repos-sticky-header',
111111
},
112112
fixable: 'code',

0 commit comments

Comments
 (0)