Skip to content

Commit 455ee7e

Browse files
authored
Pin to eslint-plugin-jsdoc#8.3.0
Avoid `TypeError: Cannot read property 'filter' of undefined. Occurred while linting ` errors that were added by recent modifications to `no-undefined-types`. Release version 1.0.11.
1 parent f41c775 commit 455ee7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tree",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
55
"main": "index.js",
66
"repository": {
@@ -24,8 +24,8 @@
2424
"eslint-plugin-deprecate": "^0.5",
2525
"eslint-plugin-html": "^4",
2626
"eslint-plugin-import": "^2",
27-
"eslint-plugin-jsdoc": "^7",
28-
"eslint-plugin-json": "^1",
27+
"eslint-plugin-jsdoc": "8.3.0",
28+
"eslint-plugin-json": "^1"
2929
"eslint-plugin-node": "^9",
3030
"eslint-plugin-promise": "^4",
3131
"eslint-plugin-sonarjs": "^0.3",

0 commit comments

Comments
 (0)