Skip to content

Commit

Permalink
disable jsdoc/require-returns eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Feb 8, 2024
1 parent 364d9ee commit 3eadd53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = {
'jsdoc/require-jsdoc': 0,
'jsdoc/require-param': 0,
'jsdoc/require-param-description': 0,
'jsdoc/require-returns': 'off',
'jsdoc/require-returns-description': 0,
},
overrides: [
Expand Down

0 comments on commit 3eadd53

Please sign in to comment.