Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-jsdoc to v46 (#58)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency eslint-plugin-jsdoc to v46

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dangreen <danon0404@gmail.com>
  • Loading branch information
renovate[bot] and dangreen committed Sep 12, 2023
1 parent dd50a17 commit c2043d5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-jest-dom": "^5.0.0",
"eslint-plugin-jsdoc": "^39.0.0",
"eslint-plugin-jsdoc": "^46.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/src/rules/jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
enableFixer: true
}
],
'jsdoc/newline-after-description': ['error', 'never'],
'jsdoc/tag-lines': ['error', 'never'],
'jsdoc/no-undefined-types': 'off',
'jsdoc/require-hyphen-before-param-description': ['warn', 'always'],
'jsdoc/require-jsdoc': 'off',
Expand Down
51 changes: 35 additions & 16 deletions pnpm-lock.yaml

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

0 comments on commit c2043d5

Please sign in to comment.