@jgarber/eslint-config 4.2.1 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -165,9 +165,9 @@ export default [
165
165
  * Sorts tags by a specified sequence according to tag name, optionally
166
166
  * adding line breaks between tag groups.
167
167
  *
168
- * @see {@link https://github.com/gajus/eslint-plugin-jsdoc/blob/HEAD/docs/rules/sort-tags.md#user-content-sort-tags-options-linesbetween}
168
+ * @see {@link https://github.com/gajus/eslint-plugin-jsdoc/blob/HEAD/docs/rules/sort-tags.md}
169
169
  */
170
- "jsdoc/sort-tags": ["warn"],
170
+ "jsdoc/sort-tags": ["warn", { alphabetizeExtras: true }],
171
171
 
172
172
  /**
173
173
  * Enforce lines (or no lines) between tags.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jgarber/eslint-config",
3
- "version": "4.2.1",
3
+ "version": "4.3.0",
4
4
  "description": "Shareable ESLint configuration.",
5
5
  "keywords": [
6
6
  "config",