Skip to content

Commit 08b1ea2

Browse files
authored
Merge pull request #113 from jeremymeng/upgrade-deps
upgrade dev dependencies
2 parents cd5c42c + f176c0f commit 08b1ea2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ module.exports = {
2929
"rules": {
3030
"jsdoc/check-alignment": "error",
3131
"jsdoc/check-indentation": "error",
32+
"@typescript-eslint/no-duplicate-enum-values": "warn",
33+
"@typescript-eslint/no-explicit-any": "warn",
34+
"@typescript-eslint/no-unused-vars": "off",
35+
"@typescript-eslint/no-unsafe-declaration-merging": "warn"
3236
},
3337
}
3438
],

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
"@types/debug": "^4.0.0",
3131
"@types/mocha": "^10.0.0",
3232
"@types/node": "^16.0.0",
33-
"@typescript-eslint/eslint-plugin": "^5.59.9",
34-
"@typescript-eslint/parser": "^5.59.9",
33+
"@typescript-eslint/eslint-plugin": "~7.8.0",
34+
"@typescript-eslint/parser": "~7.8.0",
3535
"chai": "^4.3.10",
3636
"dotenv": "^16.0.0",
3737
"eslint": "^8.42.0",
3838
"eslint-config-prettier": "^8.8.0",
3939
"eslint-plugin-jsdoc": "^46.2.6",
4040
"mocha": "^10.0.0",
41-
"rimraf": "^2.6.3",
41+
"rimraf": "^5.0.5",
4242
"ts-node": "^10.0.0",
4343
"typescript": "~5.0.4"
4444
},

0 commit comments

Comments
 (0)