Skip to content

Commit 456f048

Browse files
Trottdanielleadams
authored andcommittedJan 3, 2023
tools: enable jsdoc/require-property-description rule
PR-URL: #45370 Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jacob Smith <jacob@frende.me>
1 parent 066993a commit 456f048

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)