@rebeccastevens/eslint-config 1.5.4 → 1.5.5

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.
package/dist/modern.cjs CHANGED
@@ -864,12 +864,13 @@ const settings$6 = {
864
864
  "jsdoc/require-property-name": "warn",
865
865
  "jsdoc/require-returns-check": "warn",
866
866
  "jsdoc/require-returns-description": "warn",
867
+ "jsdoc/require-throws": "warn",
867
868
  "jsdoc/require-yields": "warn",
868
869
  "jsdoc/require-yields-check": "warn",
869
870
  "jsdoc/tag-lines": [
870
871
  "warn",
871
872
  "never",
872
- { tags: { example: { lines: "always" } } },
873
+ { noEndLines: true, tags: { example: { lines: "always" } } },
873
874
  ],
874
875
  "jsdoc/valid-types": "warn",
875
876
  },
package/dist/modern.mjs CHANGED
@@ -862,12 +862,13 @@ const settings$6 = {
862
862
  "jsdoc/require-property-name": "warn",
863
863
  "jsdoc/require-returns-check": "warn",
864
864
  "jsdoc/require-returns-description": "warn",
865
+ "jsdoc/require-throws": "warn",
865
866
  "jsdoc/require-yields": "warn",
866
867
  "jsdoc/require-yields-check": "warn",
867
868
  "jsdoc/tag-lines": [
868
869
  "warn",
869
870
  "never",
870
- { tags: { example: { lines: "always" } } },
871
+ { noEndLines: true, tags: { example: { lines: "always" } } },
871
872
  ],
872
873
  "jsdoc/valid-types": "warn",
873
874
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebeccastevens/eslint-config",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "My ESLint shareable config.",
5
5
  "keywords": [
6
6
  "eslint config"