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 1ecc2f2 commit 00d020dCopy full SHA for 00d020d
packages/eslint-plugin/lib/util.js
@@ -5,7 +5,7 @@ const version = require('../package.json').version;
5
exports.tslintRule = name => `\`${name}\` from TSLint`;
6
7
exports.metaDocsUrl = name =>
8
- `https://github.com/typescript-eslint/typescript-eslint/blob/${version}/packages/eslint-plugin/docs/rules/${name}.md`;
+ `https://github.com/typescript-eslint/typescript-eslint/blob/v${version}/packages/eslint-plugin/docs/rules/${name}.md`;
9
10
/**
11
* Check if the context file name is *.ts or *.tsx
0 commit comments