Skip to content

Commit

Permalink
docs(eslint-plugin): fix metadata for prefer-function-type (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueiniquity committed Feb 8, 2019
1 parent b95c4cf commit 5e3e285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/lib/rules/prefer-function-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
'Use function types instead of interfaces with call signatures',
category: 'TypeScript',
recommended: false,
extraDescription: [util.tslintRule('prefer-function-type')],
extraDescription: [util.tslintRule('callable-types')],
url: util.metaDocsUrl('prefer-function-type')
},
fixable: 'code',
Expand Down

0 comments on commit 5e3e285

Please sign in to comment.