Skip to content

Commit 273c1fb

Browse files
committed
meta: enable eslint jsdoc rules
1 parent dd205c9 commit 273c1fb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

eslint.config.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -263,16 +263,8 @@ export default [
263263
'no-inner-declarations': 'off',
264264

265265
// JSDoc recommended rules that we disable.
266-
'jsdoc/require-jsdoc': 'off',
267266
'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',
272267
'jsdoc/no-undefined-types': 'off',
273-
'jsdoc/require-param': 'off',
274-
'jsdoc/check-tag-names': 'off',
275-
'jsdoc/require-returns': 'off',
276268

277269
// Stylistic rules.
278270
'@stylistic/js/arrow-parens': 'error',

0 commit comments

Comments
 (0)