Skip to content

Commit 99a90db

Browse files
Trottdanielleadams
authored andcommittedFeb 1, 2022
tools: enable jsdoc/require-returns-type ESLint rule
PR-URL: #41130 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent c776c7c commit 99a90db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.eslintrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ module.exports = {
313313
'jsdoc/check-tag-names': 'off',
314314
'jsdoc/require-returns': 'off',
315315
'jsdoc/require-property-description': 'off',
316+
'jsdoc/check-param-names': 'off',
317+
'jsdoc/tag-lines': 'off',
316318

317319
// Custom rules from eslint-plugin-node-core
318320
'node-core/no-unescaped-regexp-dot': 'error',

0 commit comments

Comments
 (0)
Please sign in to comment.