Skip to content

Commit dd9f5e8

Browse files
fixup
1 parent 9a41309 commit dd9f5e8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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": {
@@ -39,11 +39,7 @@
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",

0 commit comments

Comments
 (0)