Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 55b7268

Browse files
committed
Disable jsdoc tag-lines
1 parent 8b089f5 commit 55b7268

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ module.exports = defineConfig({
7474
],
7575
'jsdoc/require-param-type': 'off',
7676
'jsdoc/require-returns-type': 'off',
77+
'jsdoc/tag-lines': 'off',
7778

7879
'spellcheck/spell-checker': [
7980
'warn',

0 commit comments

Comments
 (0)