Skip to content

Commit ef74ec3

Browse files
committed
Downgrade eslint-plugin-jsdoc
not compatible with node14
1 parent 20fe309 commit ef74ec3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint": "^8.39.0",
7272
"eslint-config-prettier": "^8.8.0",
7373
"eslint-plugin-eslint-comments": "^3.2.0",
74-
"eslint-plugin-jsdoc": "^43.1.0",
74+
"eslint-plugin-jsdoc": "43.0.5",
7575
"eslint-plugin-node": "^11.1.0",
7676
"eslint-plugin-unicorn": "^46.0.0",
7777
"execa": "^5.1.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@
10221022
enabled "2.0.x"
10231023
kuler "^2.0.0"
10241024

1025-
"@es-joy/jsdoccomment@~0.37.1":
1025+
"@es-joy/jsdoccomment@~0.37.0":
10261026
version "0.37.1"
10271027
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.37.1.tgz#fa32a41ba12097452693343e09ad4d26d157aedd"
10281028
integrity sha512-5vxWJ1gEkEF0yRd0O+uK6dHJf7adrxwQSX8PuRiPfFSAbNLnY0ZJfXaZucoz14Jj2N11xn2DnlEPwWRpYpvRjg==
@@ -3308,12 +3308,12 @@ eslint-plugin-eslint-comments@^3.2.0:
33083308
escape-string-regexp "^1.0.5"
33093309
ignore "^5.0.5"
33103310

3311-
eslint-plugin-jsdoc@^43.1.0:
3312-
version "43.1.0"
3313-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-43.1.0.tgz#e4e685eef66b17d0b99221e5933c9f179cb2fe94"
3314-
integrity sha512-TIeaVIW3nu9/dCrx/W5+IUUyNHyYP/dzEd4JKjxfhCFjEA6D1KmNFr00ykLxHcTeHsZs02TbT3CEA8Coen3u8A==
3311+
eslint-plugin-jsdoc@43.0.5:
3312+
version "43.0.5"
3313+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-43.0.5.tgz#5b19487f6bb8d9cda64eafd992f8ec190bcec043"
3314+
integrity sha512-4+hN5jrwcElXwK+J6GiUYbgHl+C063lu1gR2ajUA1L4bs+rBsAoV37dP2gISfqzoU83VsY1/sSD4wvH87JHCsQ==
33153315
dependencies:
3316-
"@es-joy/jsdoccomment" "~0.37.1"
3316+
"@es-joy/jsdoccomment" "~0.37.0"
33173317
are-docs-informative "^0.0.2"
33183318
comment-parser "1.3.1"
33193319
debug "^4.3.4"

0 commit comments

Comments
 (0)