Merge pull request #221 from bitjson/eslint-plugin-url
eslint-plugin-tsdoc: set docs url to eslint-plugin/README.md
This commit is contained in:
Коммит
4b8311f30f
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "eslint-plugin-tsdoc",
|
||||
"comment": "Improve plugin documentation URL in ESLint metadata",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "eslint-plugin-tsdoc",
|
||||
"email": "bitjson@users.noreply.github.com"
|
||||
}
|
|
@ -39,7 +39,7 @@ const plugin: IPlugin = {
|
|||
category: "Stylistic Issues",
|
||||
// This package is experimental
|
||||
recommended: false,
|
||||
url: "https://github.com/microsoft/tsdoc"
|
||||
url: "https://github.com/microsoft/tsdoc/blob/master/eslint-plugin/README.md"
|
||||
}
|
||||
},
|
||||
create: (context: eslint.Rule.RuleContext) => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче