File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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 ] ,
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments