Skip to content

Commit c054a4c

Browse files
committed
build(deps-dev): bump eslint-plugin-jsdoc 43.1.1
Update eslintrc.js for breaking changes in the plugin rules. Signed-off-by: Chris. Webster <chris@webstech.net>
1 parent 4db57a0 commit c054a4c

File tree

3 files changed

+35
-29
lines changed

3 files changed

+35
-29
lines changed

.eslintrc.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,13 @@ module.exports = {
8686
]
8787
}
8888
],
89-
"jsdoc/newline-after-description": "error",
89+
"jsdoc/tag-lines": [
90+
"error",
91+
"any",
92+
{
93+
"startLines": 1,
94+
},
95+
],
9096
"max-classes-per-file": [
9197
"error",
9298
1

package-lock.json

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-config-prettier": "^8.8.0",
5454
"eslint-plugin-anti-trojan-source": "^1.1.1",
5555
"eslint-plugin-jest": "^27.2.1",
56-
"eslint-plugin-jsdoc": "^41.1.2",
56+
"eslint-plugin-jsdoc": "^43.1.1",
5757
"jest": "^28.1.3",
5858
"jest-junit": "^16.0.0",
5959
"test-smtp-server": "0.9.7",

0 commit comments

Comments
 (0)