Closed PierBJX closed 5 months ago
:tada: This issue has been resolved in version 48.2.8 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@brettz9 thanks for the fix but it seems that this fix introduces another issue. Indeed, now it does not raise an error if there is no dot at the end of the sentence below the heading. Here there is no more issue with that
/**
* ### Overview
* My class is doing
*/
:tada: This issue has been resolved in version 48.2.9 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Sorry about the naive fix... Expect it should be fixed now...
Yes perfect ! thanks
Expected behavior
I expect to not need to add a dot at the end of a heading in a JS description.
Actual behavior
In our coding rules, it is needed to add a description with some headings (only for class). However, there is a heading which does not contain any sentence but only code sample. Hence, it raises an error because after the heading
# Example
it expects a dot.ESLint Config
ESLint sample
Environment
eslint-plugin-jsdoc
version: 46.10.1