diff --git a/eslint.config.js b/eslint.config.js index 9e1b6edf8..84ceef49d 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -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