Skip to content

Commit

Permalink
Merge pull request #113 from jeremymeng/upgrade-deps
Browse files Browse the repository at this point in the history
upgrade dev dependencies
  • Loading branch information
jeremymeng authored May 2, 2024
2 parents cd5c42c + f176c0f commit 08b1ea2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ module.exports = {
"rules": {
"jsdoc/check-alignment": "error",
"jsdoc/check-indentation": "error",
"@typescript-eslint/no-duplicate-enum-values": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-unsafe-declaration-merging": "warn"
},
}
],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@types/debug": "^4.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "~7.8.0",
"@typescript-eslint/parser": "~7.8.0",
"chai": "^4.3.10",
"dotenv": "^16.0.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jsdoc": "^46.2.6",
"mocha": "^10.0.0",
"rimraf": "^2.6.3",
"rimraf": "^5.0.5",
"ts-node": "^10.0.0",
"typescript": "~5.0.4"
},
Expand Down

0 comments on commit 08b1ea2

Please sign in to comment.