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.
1 parent a9df879 commit 4f3e575Copy full SHA for 4f3e575
eslint-plugin/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-tsdoc",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "An ESLint plugin that validates TypeScript doc comments",
5
"keywords": [
6
"TypeScript",
@@ -27,7 +27,7 @@
27
},
28
"dependencies": {
29
"@microsoft/tsdoc": "0.12.16",
30
- "@microsoft/tsdoc-config": "0.12.16"
+ "@microsoft/tsdoc-config": "0.13.0"
31
32
"devDependencies": {
33
"@rushstack/eslint-config": "0.4.0",
tsdoc-config/package.json
"name": "@microsoft/tsdoc-config",
- "version": "0.12.16",
+ "version": "0.13.0",
"description": "A loader for the tsdoc.json file",
0 commit comments