Skip to content

Commit 00d020d

Browse files
mysticateaJamesHenry
authored andcommitted
fix(eslint-plugin): fix wrong URL (#180)
1 parent 1ecc2f2 commit 00d020d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/eslint-plugin/lib/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const version = require('../package.json').version;
55
exports.tslintRule = name => `\`${name}\` from TSLint`;
66

77
exports.metaDocsUrl = name =>
8-
`https://github.com/typescript-eslint/typescript-eslint/blob/${version}/packages/eslint-plugin/docs/rules/${name}.md`;
8+
`https://github.com/typescript-eslint/typescript-eslint/blob/v${version}/packages/eslint-plugin/docs/rules/${name}.md`;
99

1010
/**
1111
* Check if the context file name is *.ts or *.tsx

0 commit comments

Comments
 (0)