Skip to content

Commit

Permalink
Fix: Warning: React version was set to "detect" in eslint-plugin-reac…
Browse files Browse the repository at this point in the history
…t settings, but the "react" package is not installed.
  • Loading branch information
Kevin Koech authored and Kevin Koech committed Jan 15, 2025
1 parent b2564a0 commit acee806
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 56 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"lint-staged": "catalog:",
"playwright-config-commons-ui": "workspace:*",
"prettier": "catalog:",
"turbo": "catalog:"
"turbo": "catalog:",
"react": "catalog:"
},
"engines": {
"node": "20.x",
Expand Down
Loading

0 comments on commit acee806

Please sign in to comment.