eslint-plugin-jsdoc 38.0.5 → 38.0.6

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/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9576,6 +9576,9 @@ function quux (foo) {
9576
9576
  * @callback
9577
9577
  * @param {number} foo
9578
9578
  */
9579
+
9580
+ /*** Oops that's too many asterisks by accident **/
9581
+ function a () {}
9579
9582
  ````
9580
9583
 
9581
9584
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "http://gajus.com"
6
6
  },
7
7
  "dependencies": {
8
- "@es-joy/jsdoccomment": "~0.22.0",
8
+ "@es-joy/jsdoccomment": "~0.22.1",
9
9
  "comment-parser": "1.3.1",
10
10
  "debug": "^4.3.4",
11
11
  "escape-string-regexp": "^4.0.0",
@@ -116,5 +116,5 @@
116
116
  "test-cov": "cross-env TIMING=1 nyc --reporter text npm run test-no-cov",
117
117
  "test-index": "npm run test-no-cov -- test/rules/index.js"
118
118
  },
119
- "version": "38.0.5"
119
+ "version": "38.0.6"
120
120
  }