Skip to content

Commit

Permalink
chore(eslint-config): Remove jest devDep (#10878)
Browse files Browse the repository at this point in the history
We don't use jest for testing in this package - there aren't even any
tests. I think this is an unneeded devDep.
  • Loading branch information
Josh-Walker-GM authored Jun 26, 2024
1 parent fdc98dc commit 53fc350
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
},
"devDependencies": {
"@babel/cli": "7.24.5",
"jest": "29.7.0",
"typescript": "5.4.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8138,7 +8138,6 @@ __metadata:
eslint-plugin-prettier: "npm:5.1.3"
eslint-plugin-react: "npm:7.34.2"
eslint-plugin-react-hooks: "npm:4.6.0"
jest: "npm:29.7.0"
prettier: "npm:3.3.2"
typescript: "npm:5.4.5"
languageName: unknown
Expand Down

0 comments on commit 53fc350

Please sign in to comment.