Thanks to visit codestin.com Credit goes to github.com
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 154287d commit f8187acCopy full SHA for f8187ac
packages/eslint-plugin-typescript/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/bradzacher/eslint-plugin-typescript/blob/${version}/docs/rules/${name}.md`;
+ `https://github.com/typescript-eslint/typescript-eslint/blob/${version}/packages/eslint-plugin-typescript/docs/rules/${name}.md`;
9
10
/**
11
* Check if the context file name is *.ts or *.tsx
0 commit comments