eslint-config-isaacscript 1.0.69 → 1.0.70

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/jsdoc.js +2 -5
  2. package/package.json +1 -1
package/jsdoc.js CHANGED
@@ -40,7 +40,7 @@ module.exports = {
40
40
  },
41
41
  ],
42
42
 
43
- // jsdoc/check-types - Not needed in TypeScript.
43
+ // jsdoc/check-types - Not needed in TypeScript.
44
44
 
45
45
  // Documentation:
46
46
  // https://github.com/gajus/eslint-plugin-jsdoc#check-values
@@ -57,9 +57,6 @@ module.exports = {
57
57
  // Reports issues with incorrect usage of @implements
58
58
  "jsdoc/implements-on-classes": "warn",
59
59
 
60
- // Documentation:
61
- // https://github.com/gajus/eslint-plugin-jsdoc#match-description
62
- // JSDoc comments should always be full sentences
63
- "jsdoc/match-description": ["warn"],
60
+ // jsdoc/match-description - Overlaps with `isaacscript-jsdoc-full-sentences`.
64
61
  },
65
62
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-isaacscript",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "An ESLint config for IsaacScript projects.",
5
5
  "repository": {
6
6
  "type": "git",