8000
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 1b3d31e commit 4de9305Copy full SHA for 4de9305
packages/eslint-plugin/src/util/createRule.ts
@@ -48,7 +48,7 @@ export function createRule<
48
...meta,
49
docs: {
50
...meta.docs,
51
- url: `https://github.com/typescript-eslint/typescript-eslint/blob/${version}/packages/eslint-plugin/docs/rules/${name}.md`,
+ url: `https://github.com/typescript-eslint/typescript-eslint/blob/v${version}/packages/eslint-plugin/docs/rules/${name}.md`,
52
4356 extraDescription: meta.docs.tslintName
53
? [`\`${meta.docs.tslintName}\` from TSLint`]
54
: undefined,
0 commit comments