Skip to content

Commit 60d58c4

Browse files
NicolappsConvex, Inc.
authored andcommitted
Add a project for lint tools (#43123)
This moves eslint and dprint/prettier dependencies to a Rush package. It makes dependency management easier, and will also allow us to allow linting to depend on monorepo packages in the future. I also updated linter dependencies across the monorepo for consistency. GitOrigin-RevId: b41f6da1d714364b513da671a35c84ebe587840b
1 parent baccc2c commit 60d58c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,8 @@
300300
"esbuild-plugin-external-global": "~1.0.1",
301301
"eslint": "^9.37.0",
302302
"eslint-config-prettier": "^10.0.0",
303-
"eslint-plugin-react": "^7.37.2",
304-
"eslint-plugin-react-hooks": "^5.1.0-beta-26f2496093-20240514",
303+
"eslint-plugin-react": "^7.37.5",
304+
"eslint-plugin-react-hooks": "^5.2.0",
305305
"eslint-plugin-require-extensions": "~0.1.3",
306306
"fetch-retry": "~6.0.0",
307307
"find-up": "^7.0.0",

0 commit comments

Comments
 (0)