Skip to content

Commit d4bf8cf

Browse files
committed
chore: Set severity level for jsdoc/require-jsdoc to warn
1 parent b6b7940 commit d4bf8cf

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const customRules = {
2828
rules: {
2929
'jsdoc/check-param-names': 'off',
3030
'jsdoc/newline-after-description': 'off',
31-
'jsdoc/require-jsdoc': ['error', { publicOnly: true }],
3231
'jsdoc/require-param': 'off',
3332
'jsdoc/require-param-type': 'off',
3433
'jsdoc/require-returns': 'off',

src/utils/content-tag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* eslint-disable jsdoc/require-jsdoc, unicorn/prefer-export-from */
1+
/* eslint-disable unicorn/prefer-export-from */
22
import {
33
type Parsed as ContentTag,
44
Preprocessor,

0 commit comments

Comments
 (0)