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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/_tools/eslint/rules/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ var eslint = rules;
115
115
- <spanclass="signature">[`jsdoc-heading-increment`][@stdlib/_tools/eslint/rules/jsdoc-heading-increment]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent Markdown headings from incrementing with more than one level at a time in JSDoc descriptions.</span>
116
116
- <spanclass="signature">[`jsdoc-heading-style`][@stdlib/_tools/eslint/rules/jsdoc-heading-style]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that Markdown headings follow a specified style in JSDoc descriptions.</span>
117
117
- <spanclass="signature">[`jsdoc-leading-description-sentence`][@stdlib/_tools/eslint/rules/jsdoc-leading-description-sentence]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that JSDoc descriptions start with an uppercase letter or number and end with a period.</span>
118
+
- <spanclass="signature">[`jsdoc-license-header-year`][@stdlib/_tools/eslint/rules/jsdoc-license-header-year]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that the copyright year in a stdlib license year matches the year the file was created.</span>
118
119
- <spanclass="signature">[`jsdoc-linebreak-style`][@stdlib/_tools/eslint/rules/jsdoc-linebreak-style]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that linebreaks follow a given or detected style in JSDoc comments.</span>
119
120
- <spanclass="signature">[`jsdoc-link-title-style`][@stdlib/_tools/eslint/rules/jsdoc-link-title-style]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to enforce that link and definition titles use specified quotes in JSDoc descriptions.</span>
120
121
- <spanclass="signature">[`jsdoc-list-item-bullet-indent`][@stdlib/_tools/eslint/rules/jsdoc-list-item-bullet-indent]</span><spanclass="delimiter">: </span><spanclass="description">ESLint rule to prevent unnecessary indentation of Markdown list item bullets in JSDoc descriptions.</span>
0 commit comments