Skip to content

Commit

Permalink
fix(eslint-plugin): fix wrong URL (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea authored and JamesHenry committed Feb 1, 2019
1 parent 1ecc2f2 commit 00d020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const version = require('../package.json').version;
exports.tslintRule = name => `\`${name}\` from TSLint`;

exports.metaDocsUrl = name =>
`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`;

/**
* Check if the context file name is *.ts or *.tsx
Expand Down

0 comments on commit 00d020d

Please sign in to comment.