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 cbda8aa commit 7b0740dCopy full SHA for 7b0740d
src/rules/tsPreferFunctionType.js
@@ -106,7 +106,7 @@ export default iterateJsdoc(({
106
iterateAllJsdocs: true,
107
meta: {
108
docs: {
109
- description: '',
+ description: 'Prefers function types over call signatures when there are no other properties.',
110
url: 'https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/ts-prefer-function-type.md#repos-sticky-header',
111
},
112
fixable: 'code',
0 commit comments