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.
- package/jsdoc.js +2 -5
- 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
|
|
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
|
-
//
|
|
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
|
};
|