Skip to content

Conversation

github-actions[bot]
Copy link

Closes #409

Applied changes based on Issue #409.

I’ve removed the two deprecated/unknown JSDoc rules from our ESLint configuration so that ESLint no longer errors on jsdoc/check-multiline-blocks or jsdoc/newline-after-description. No other behavioral or formatting changes were made.

Changes:

  • Deleted the obsolete jsdoc/check-multiline-blocks and jsdoc/newline-after-description entries from the rules section of .eslintrc.js.
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ rules: {
-    'jsdoc/check-multiline-blocks': 'error',
-    'jsdoc/newline-after-description': 'error',
     'jsdoc/require-param': 'error',
     'jsdoc/require-returns': 'error',

【F:.eslintrc.js†L24-L31】


No other changes. ESLint will now load cleanly without referencing those missing JSDoc rules.

@YiweiShen YiweiShen merged commit 8bd0019 into main Jul 10, 2025
3 checks passed
@YiweiShen YiweiShen deleted the codez-docs-409-chore-lint-resolve-missing-jsdoc-rule-definitions-3055144260 branch July 10, 2025 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(lint): resolve missing JSDoc rule definitions

1 participant