Skip to content

Commit

Permalink
jsdoc: Update eslint-plugin-jsdoc to 46.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s committed Nov 13, 2023
1 parent 68561c5 commit e3aa8b7
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 95 deletions.
8 changes: 6 additions & 2 deletions 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,9 @@
],
"jsdoc/check-values": "off",
"jsdoc/empty-tags": "off",
"jsdoc/no-blank-blocks": "warn",
"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 All @@ -59,6 +63,6 @@
"jsdoc/require-property-description": "off",
"jsdoc/require-property-name": "off",
"jsdoc/require-returns-description": "off",
"jsdoc/tag-lines": "off"
"jsdoc/tag-lines": [ "warn", "any", { "startLines": 1 } ]
}
}
99 changes: 58 additions & 41 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": "46.9.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 e3aa8b7

Please sign in to comment.