Skip to content

Commit 1244402

Browse files
Fix Lint False Positive
JS Docs are not supported on non assigned variables, properties, and functions. These exports don't inherit the JS Docs so they are excluded from the requirement to be documented.
1 parent 6a7601c commit 1244402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/* eslint-disable jsdoc/require-jsdoc */
12
export { convertToSid } from './toSid.mjs';
23
export { convertToObjectId } from './toObjectId.mjs';

0 commit comments

Comments
 (0)