Skip to content

Commit 4b570dc

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 455ee7e commit 4b570dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-html": "^4",
2626
"eslint-plugin-import": "^2",
2727
"eslint-plugin-jsdoc": "8.3.0",
28-
"eslint-plugin-json": "^1"
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)