Skip to content

Commit

Permalink
feat!: Update eslint-plugin-jsdoc version (#346)
Browse files Browse the repository at this point in the history
* feat!: Update eslint-plugin-jsdoc version

* update snapshot

* update snapshot
  • Loading branch information
wakamsha authored Dec 7, 2024
1 parent e7abb32 commit 9e0cf74
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 46 deletions.
171 changes: 126 additions & 45 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 @@ -47,7 +47,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-promise": "^7.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -790,12 +790,18 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
],
},
],
"jsdoc/check-template-names": [
0,
],
"jsdoc/check-types": [
2,
],
"jsdoc/check-values": [
2,
],
"jsdoc/convert-to-jsdoc-comments": [
0,
],
"jsdoc/empty-tags": [
2,
],
Expand All @@ -808,6 +814,9 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
"jsdoc/informative-docs": [
0,
],
"jsdoc/lines-before-block": [
0,
],
"jsdoc/match-description": [
0,
],
Expand Down Expand Up @@ -956,6 +965,9 @@ exports[`should match ESLint configuration snapshot: next 1`] = `
"jsdoc/require-returns-type": [
0,
],
"jsdoc/require-template": [
0,
],
"jsdoc/require-throws": [
0,
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -727,12 +727,18 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
],
},
],
"jsdoc/check-template-names": [
0,
],
"jsdoc/check-types": [
2,
],
"jsdoc/check-values": [
2,
],
"jsdoc/convert-to-jsdoc-comments": [
0,
],
"jsdoc/empty-tags": [
2,
],
Expand All @@ -745,6 +751,9 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
"jsdoc/informative-docs": [
0,
],
"jsdoc/lines-before-block": [
0,
],
"jsdoc/match-description": [
0,
],
Expand Down Expand Up @@ -893,6 +902,9 @@ exports[`should match ESLint configuration snapshot: react 1`] = `
"jsdoc/require-returns-type": [
0,
],
"jsdoc/require-template": [
0,
],
"jsdoc/require-throws": [
0,
],
Expand Down
Loading

0 comments on commit 9e0cf74

Please sign in to comment.