Skip to content

Commit 36bf87f

Browse files
Trottruyadorno
authored andcommitted
tools: enable jsdoc/require-property-description rule
PR-URL: #45370 Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Jacob Smith <[email protected]>
1 parent 8906a4e commit 36bf87f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ module.exports = {
311311
'jsdoc/require-param': 'off',
312312
'jsdoc/check-tag-names': 'off',
313313
'jsdoc/require-returns': 'off',
314-
'jsdoc/require-property-description': 'off',
315314

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

0 commit comments

Comments
 (0)