You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an API producer and consumer,
I must provide a succinct and expressive API object, method, and property descriptions
In order to express the API's value and usage to (potential) consumers.
Acceptance criteria
1. required{boolean} Declares whether a description must be written.
2. minChars{number} A minimum character count can be configured.
3. maxChars{number} A maximum character count can be imposed.
4. markdown{boolean} Require markdown formatting in the description (or not).
⚡ Rule developers must use the eslint:rule subgenerator!
When you create a new rule, be sure to use the eslint:rule subgenerator, since it will
User story
As an API producer and consumer,
I must provide a succinct and expressive API object, method, and property descriptions
In order to express the API's value and usage to (potential) consumers.
Acceptance criteria
required
{boolean}
Declares whether a description must be written.minChars
{number}
A minimum character count can be configured.maxChars
{number}
A maximum character count can be imposed.markdown
{boolean}
Require markdown formatting in the description (or not).⚡ Rule developers must use the
eslint:rule
subgenerator!The text was updated successfully, but these errors were encountered: