Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const jsdocConfig = {
'jsdoc/match-description': 'off',
'jsdoc/tag-lines': ['error', 'any', { startLines: 1 }],
'jsdoc/no-types': 'off',
// Note: no-undefined-types rule causes to many false positives:
// Note: no-undefined-types rule causes too many false positives:
// https://github.com/gajus/eslint-plugin-jsdoc/issues/559
// And it is also unaware of many built in types
// https://github.com/gajus/eslint-plugin-jsdoc/issues/280
Expand Down