Skip to content

Commit 1706d82

Browse files
committed
meta: enable eslint jsdoc rules
1 parent dd205c9 commit 1706d82

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

eslint.config.mjs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -262,18 +262,6 @@ export default [
262262
// ESLint recommended rules that we disable.
263263
'no-inner-declarations': 'off',
264264

265-
// JSDoc recommended rules that we disable.
266-
'jsdoc/require-jsdoc': 'off',
267-
'jsdoc/require-param-description': 'off',
268-
'jsdoc/newline-after-description': 'off',
269-
'jsdoc/require-returns-description': 'off',
270-
'jsdoc/valid-types': 'off',
271-
'jsdoc/no-defaults': 'off',
272-
'jsdoc/no-undefined-types': 'off',
273-
'jsdoc/require-param': 'off',
274-
'jsdoc/check-tag-names': 'off',
275-
'jsdoc/require-returns': 'off',
276-
277265
// Stylistic rules.
278266
'@stylistic/js/arrow-parens': 'error',
279267
'@stylistic/js/arrow-spacing': 'error',

0 commit comments

Comments
 (0)