Skip to content

Conversation

@Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Dec 3, 2025

Bulleted lists and other types of indented sections are incorrectly flagged by the current version of the jsdoc/check-indentation rule, so it has been temporarily disabled.

We can bring it back in a later version after updating the plugin to 61.4, which includes a new option that can fix this problem. That has been postponed for now because it requires bumping the minimum supported Node.js version.

Fixes #404


Note

Turns off jsdoc/check-indentation in the TypeScript ESLint config and updates the changelog and rule snapshot accordingly.

  • TypeScript ESLint config (packages/typescript/src/index.mjs):
    • Disable jsdoc/check-indentation ('off') with notes about issues on indented sections/bullet lists.
  • Rules snapshot (packages/typescript/rules-snapshot.json):
    • Update jsdoc/check-indentation from "error" to "off".
  • Changelog (packages/typescript/CHANGELOG.md):
    • Add entry under Changed to disable jsdoc/check-indentation.
    • Add entry under Fixed noting false positives on TSDoc blocks with indented sections.

Written by Cursor Bugbot for commit 9ee5744. This will update automatically on new commits. Configure here.

Bulleted lists and other types of indented sections are incorrectly
flagged by the current version of the `jsdoc/check-indentation` rule,
so it has been temporarily disabled.

We can bring it back in a later version after updating the plugin to
61.4, which includes a new option that can fix this problem. That has
been postponed for now because it requires bumping the minimum
supported Node.js version.

Fixes #404
@Gudahtt Gudahtt marked this pull request as ready for review December 3, 2025 13:15
@Gudahtt Gudahtt requested a review from a team as a code owner December 3, 2025 13:15
Copy link
Contributor

@cryptodev-2s cryptodev-2s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Gudahtt Gudahtt merged commit 9568eb3 into main Dec 3, 2025
26 checks passed
@Gudahtt Gudahtt deleted the temporarily-disable-check-indentation branch December 3, 2025 14:01
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.

Disable jsdoc/check-indentation

2 participants