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.
2 parents b241879 + 3260aa9 commit 4b8311fCopy full SHA for 4b8311f
common/changes/eslint-plugin-tsdoc/eslint-plugin-url_2020-03-27-01-03.json
@@ -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
10
+ "email": "bitjson@users.noreply.github.com"
11
+}
eslint-plugin/src/index.ts
@@ -39,7 +39,7 @@ const plugin: IPlugin = {
39
category: "Stylistic Issues",
40
// This package is experimental
41
recommended: false,
42
- url: "https://github.com/microsoft/tsdoc"
+ url: "https://github.com/microsoft/tsdoc/blob/master/eslint-plugin/README.md"
43
}
44
},
45
create: (context: eslint.Rule.RuleContext) => {
0 commit comments