eslint-plugin-dtslint
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -0,1 +1,8 @@ | ||
<a name="2.0.5"></a> | ||
## [2.0.5](https://github.com/cartant/eslint-plugin-dtslint/compare/v2.0.4...v2.0.5) (2021-01-11) | ||
### Changes | ||
* Fix GitHub URL for docs. ([be46734](https://github.com/cartant/eslint-plugin-dtslint/commit/be46734)) | ||
<a name="2.0.4"></a> | ||
@@ -2,0 +9,0 @@ ## [2.0.4](https://github.com/cartant/eslint-plugin-dtslint/compare/v2.0.3...v2.0.4) (2020-11-28) |
@@ -5,2 +5,2 @@ "use strict"; | ||
const experimental_utils_1 = require("@typescript-eslint/experimental-utils"); | ||
exports.ruleCreator = experimental_utils_1.ESLintUtils.RuleCreator((name) => `https://github/cartant/eslint-plugin-dtslint/tree/main/docs/rules/${name}.md`); | ||
exports.ruleCreator = experimental_utils_1.ESLintUtils.RuleCreator((name) => `https://github.com/cartant/eslint-plugin-dtslint/tree/main/docs/rules/${name}.md`); |
@@ -85,3 +85,3 @@ { | ||
}, | ||
"version": "2.0.4" | ||
"version": "2.0.5" | ||
} |
32998