From 8d67c34bbe446268f40d798d1e8f23e6e73a5b35 Mon Sep 17 00:00:00 2001 From: Benjamin Lichtman Date: Fri, 8 Feb 2019 15:19:02 -0800 Subject: [PATCH] docs(eslint-plugin): fix metadata for prefer-function-type --- packages/eslint-plugin/lib/rules/prefer-function-type.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin/lib/rules/prefer-function-type.js b/packages/eslint-plugin/lib/rules/prefer-function-type.js index f591179932fb..a34b7ba4c1a3 100644 --- a/packages/eslint-plugin/lib/rules/prefer-function-type.js +++ b/packages/eslint-plugin/lib/rules/prefer-function-type.js @@ -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',