File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "parser" : " @typescript-eslint/parser" ,
3+ "plugins" : [" @typescript-eslint" ],
4+ "extends" : [" eslint:recommended" , " plugin:@typescript-eslint/recommended" ],
5+ "env" : {
6+ "node" : true ,
7+ "jest" : true
8+ },
9+ "rules" : {
10+ "@typescript-eslint/no-explicit-any" : " off" ,
11+ "@typescript-eslint/no-unused-vars" : [" warn" , { "argsIgnorePattern" : " ^_" }],
12+ "@typescript-eslint/no-var-requires" : " off" ,
13+ "no-constant-condition" : " warn"
14+ }
15+ }
Original file line number Diff line number Diff line change 2929 },
3030 "devDependencies" : {
3131 "@types/jest" : " ^29.5.12" ,
32+ "@typescript-eslint/eslint-plugin" : " ^7.1.0" ,
33+ "@typescript-eslint/parser" : " ^7.1.0" ,
3234 "dotenv" : " ^16.4.5" ,
3335 "eslint" : " ^8.57.0" ,
3436 "jest" : " ^29.7.0" ,
3537 "ts-jest" : " ^29.1.2" ,
38+ "ts-node" : " ^10.9.2" ,
3639 "tsup" : " ^8.0.2" ,
3740 "typescript" : " ^5.3.3"
3841 },
You can’t perform that action at this time.
0 commit comments