Skip to content

Commit

Permalink
Configure jsdoc/sort-tags: alphabetizeExtras
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Feb 25, 2024
1 parent bcd5fe5 commit 3960a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ export default [
* Sorts tags by a specified sequence according to tag name, optionally
* adding line breaks between tag groups.
*
* @see {@link https://github.com/gajus/eslint-plugin-jsdoc/blob/HEAD/docs/rules/sort-tags.md#user-content-sort-tags-options-linesbetween}
* @see {@link https://github.com/gajus/eslint-plugin-jsdoc/blob/HEAD/docs/rules/sort-tags.md}
*/
"jsdoc/sort-tags": ["warn"],
"jsdoc/sort-tags": ["warn", { alphabetizeExtras: true }],

/**
* Enforce lines (or no lines) between tags.
Expand Down

0 comments on commit 3960a75

Please # to comment.