Skip to content

Commit

Permalink
jsdoc: Update eslint-plugin-jsdoc to 42.0.0
Browse files Browse the repository at this point in the history
Fixes #510
  • Loading branch information
edg2s committed Nov 13, 2023
1 parent 68561c5 commit ac14ea4
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 93 deletions.
5 changes: 4 additions & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"set": "Set",
"String": "string",
"Undefined": "undefined"
}
},
"mode": "jsdoc"
}
},
"rules": {
Expand All @@ -51,6 +52,8 @@
],
"jsdoc/check-values": "off",
"jsdoc/empty-tags": "off",
"jsdoc/no-blank-block-descriptions": "warn",
"jsdoc/no-defaults": "off",
"jsdoc/no-multi-asterisks": [ "error", { "allowWhitespace": true } ],
"jsdoc/require-asterisk-prefix": "error",
"jsdoc/require-jsdoc": "off",
Expand Down
77 changes: 46 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-es-x": "^7.1.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsdoc": "39.2.2",
"eslint-plugin-jsdoc": "^42.0.0",
"eslint-plugin-json-es": "^1.5.7",
"eslint-plugin-mediawiki": "^0.5.0",
"eslint-plugin-mocha": "^10.1.0",
Expand Down
Loading

0 comments on commit ac14ea4

Please sign in to comment.