Skip to content

Commit 4b8311f

Browse files
authored
Merge pull request #221 from bitjson/eslint-plugin-url
eslint-plugin-tsdoc: set docs url to eslint-plugin/README.md
2 parents b241879 + 3260aa9 commit 4b8311f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "eslint-plugin-tsdoc",
5+
"comment": "Improve plugin documentation URL in ESLint metadata",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "eslint-plugin-tsdoc",
10+
"email": "bitjson@users.noreply.github.com"
11+
}

eslint-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const plugin: IPlugin = {
3939
category: "Stylistic Issues",
4040
// This package is experimental
4141
recommended: false,
42-
url: "https://github.com/microsoft/tsdoc"
42+
url: "https://github.com/microsoft/tsdoc/blob/master/eslint-plugin/README.md"
4343
}
4444
},
4545
create: (context: eslint.Rule.RuleContext) => {

0 commit comments

Comments
 (0)