Skip to content

Commit 5e3e285

Browse files
docs(eslint-plugin): fix metadata for prefer-function-type (typescript-eslint#232)
1 parent b95c4cf commit 5e3e285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/lib/rules/prefer-function-type.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
'Use function types instead of interfaces with call signatures',
2525
category: 'TypeScript',
2626
recommended: false,
27-
extraDescription: [util.tslintRule('prefer-function-type')],
27+
extraDescription: [util.tslintRule('callable-types')],
2828
url: util.metaDocsUrl('prefer-function-type')
2929
},
3030
fixable: 'code',

0 commit comments

Comments
 (0)