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 164a90d commit fcfc27eCopy full SHA for fcfc27e
eslint-plugin/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-tsdoc",
3
- "version": "0.2.11",
+ "version": "0.2.12",
4
"description": "An ESLint plugin that validates TypeScript doc comments",
5
"keywords": [
6
"TypeScript",
@@ -25,7 +25,7 @@
25
},
26
"dependencies": {
27
"@microsoft/tsdoc": "0.13.0",
28
- "@microsoft/tsdoc-config": "0.14.0"
+ "@microsoft/tsdoc-config": "0.15.0"
29
30
"devDependencies": {
31
"@rushstack/eslint-config": "~2.3.1",
tsdoc-config/package.json
"name": "@microsoft/tsdoc-config",
- "version": "0.14.0",
+ "version": "0.15.0",
"description": "A loader for the tsdoc.json file",
0 commit comments