File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2828 "test:mongo-backend" : " yarn test:indexes && yarn test:error-handling && yarn test:multiple-backend" ,
2929 "test:metadata-backend" : " yarn test:api && yarn test:lifecycle && yarn test:metadata && yarn test:raft" ,
3030 "test:backbeat-apis" : " yarn jest tests/testBackbeatApis.test.ts" ,
31- "lint" : " eslint . --ext .ts,.tsx " ,
31+ "lint" : " eslint src tests " ,
3232 "typecheck" : " tsc --noEmit"
3333 },
3434 "devDependencies" : {
3939 "@typescript-eslint/parser" : " ^6.21.0" ,
4040 "eslint" : " ^9.37.0" ,
4141 "jest" : " ^30.2.0" ,
42- "ts-jest" : " ^29.4.4" ,
43- "eslint" : " ^8.57.0" ,
44- "@typescript-eslint/eslint-plugin" : " ^6.21.0" ,
45- "@typescript-eslint/parser" : " ^6.21.0" ,
46- "aws-sdk" : " ^2.1005.0"
42+ "ts-jest" : " ^29.4.4"
4743 },
4844 "dependencies" : {
4945 "@aws-sdk/client-s3" : " ^3.896.0" ,
You can’t perform that action at this time.
0 commit comments