Skip to content

Commit

Permalink
Try to readd dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano committed Sep 11, 2023
1 parent e47c8c6 commit 01e535b
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 26 deletions.
88 changes: 63 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"eslint-plugin-jsdoc": "^46.6.0"
},
"devDependencies": {
"eslint": "7.32.0",
"prettier": "^2.4.1",
Expand All @@ -33,7 +36,7 @@
"@typescript-eslint/eslint-plugin": ">=3",
"@typescript-eslint/parser": ">=3",
"eslint": ">=7",
"eslint-plugin-jsdoc": ">=40",
"eslint-plugin-jsdoc": "^46.6.0",
"eslint-plugin-react": ">=7.33.2",
"eslint-plugin-solid": ">=0.13.0",
"eslint-plugin-tsdoc": "^0.2.17",
Expand Down

0 comments on commit 01e535b

Please sign in to comment.