Description
Description
In the fix
function here: https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/_tools/eslint/rules/jsdoc-no-space-aligned-asterisks/lib/main.js#L97
the JSDoc
comments are incorrectly formatted for applying a fix. Specifically, the closing marker is incorrect, leading to improperly formatted comments when using the ESLint
auto-fixing.
Related Issues
None.
Questions
No.
Demo
N/A
Reproduction
N/A
Expected Results
N/A
Actual Results
N/A
Version
N/A
Environments
N/A
Browser Version
N/A
Node.js / npm Version
N/A
Platform
N/A
Checklist
- Read and understood the Code of Conduct.
- Searched for existing issues and pull requests.