Skip to content

Commit 76c3080

Browse files
chore(deps): update dependency eslint-plugin-jsdoc to v43 (#2091)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <ST-DDT@gmx.de>
1 parent e74faf5 commit 76c3080

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

.eslintrc.js

+17-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,23 @@ module.exports = defineConfig({
7878
'jsdoc/require-returns-type': 'off',
7979
'jsdoc/require-returns': 'off',
8080
'jsdoc/tag-lines': 'off',
81-
'jsdoc/sort-tags': 'error',
81+
'jsdoc/sort-tags': [
82+
'error',
83+
{
84+
tagSequence: [
85+
{ tags: ['template'] },
86+
{ tags: ['internal'] },
87+
{ tags: ['param'] },
88+
{ tags: ['returns'] },
89+
{ tags: ['throws'] },
90+
{ tags: ['see'] },
91+
{ tags: ['example'] },
92+
{ tags: ['since'] },
93+
{ tags: ['default'] },
94+
{ tags: ['deprecated'] },
95+
],
96+
},
97+
],
8298
},
8399
settings: {
84100
jsdoc: {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"eslint-define-config": "~1.19.0",
117117
"eslint-gitignore": "~0.1.0",
118118
"eslint-plugin-deprecation": "~1.4.1",
119-
"eslint-plugin-jsdoc": "~41.1.2",
119+
"eslint-plugin-jsdoc": "~43.0.7",
120120
"eslint-plugin-prettier": "~4.2.1",
121121
"glob": "~10.2.2",
122122
"npm-run-all": "~4.1.5",

pnpm-lock.yaml

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)